#874198

Color #874198 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #874198

Tints of Vivid Violet #874198

Color information

#874198 (or 0x874198) is unknown color: approx Vivid Violet. HEX triplet: 87, 41 and 98. RGB value is (135,65,152). Sum of RGB (Red+Green+Blue) = 135+65+152=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #874198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874198 is #78BE67. Grayscale: #5F5F5F. Windows color (decimal): -7913064 or 9978247. OLE color: 9978247.

HSL color Cylindrical-coordinate representation of color #874198: hue angle of 288.28º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874198 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13565152-
CMYK0.110.5700.40
HSL288.28º40.09%42.55%-
HSV(B)288.28º57.24%59.61%-
XYZ17.5511.230.94-
YUV95.85159.69155.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=38.35%
G=18.47%
B=43.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135651520.110.5700.40288.2840.0942.55
Hex874198B39028120282b
Octal20710123013710504405053
Binary1000011110000011001100010111110010101000100100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874198; }

 p { color: rgb(135,65,152); }

 H1.HeaderClassName
 {
   color: #874198;
 }
 .AnyTagClassName
 {
   color: #874198;
 }
</style>
background-color css

<style>
 a { background-color: #874198; }

 a { background-color: rgb(135,65,152); }

 div.DivClassName
 {
   background-color: #874198;
 }
 .BgClassName
 {
   background-color: #874198;
 }
</style>
border-color css

<style>
 span { border-color: #874198; }

 span { border-color: rgb(135,65,152); }

 td.TdClassName
 {
   border-color: #874198;
 }
 .TagClassName
 {
   border-color: #874198;
 }
</style>