#874287

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

Shades of Vivid Violet #874287

Tints of Vivid Violet #874287

Color information

#874287 (or 0x874287) is unknown color: approx Vivid Violet. HEX triplet: 87, 42 and 87. RGB value is (135,66,135). Sum of RGB (Red+Green+Blue) = 135+66+135=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #874287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874287 is #78BD78. Grayscale: #5E5E5E. Windows color (decimal): -7912825 or 8864391. OLE color: 8864391.

HSL color Cylindrical-coordinate representation of color #874287: hue angle of 300º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874287 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13566135-
CMYK00.5100.47
HSL300º34.33%39.41%-
HSV(B)300º51.11%52.94%-
XYZ16.3110.824.15-
YUV94.5150.86156.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=40.18%
G=19.64%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356613500.5100.4730034.3339.41
Hex87428703302F12c2227
Octal2071022070630574544247
Binary1000011110000101000011101100110101111100101100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874287; }

 p { color: rgb(135,66,135); }

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

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

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

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

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

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

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