#874587

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

Shades of Vivid Violet #874587

Tints of Vivid Violet #874587

Color information

#874587 (or 0x874587) is unknown color: approx Vivid Violet. HEX triplet: 87, 45 and 87. RGB value is (135,69,135). Sum of RGB (Red+Green+Blue) = 135+69+135=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #874587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874587 is #78BA78. Grayscale: #606060. Windows color (decimal): -7912057 or 8865159. OLE color: 8865159.

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

Color convert

RGB13569135-
CMYK00.4900.47
HSL300º32.35%40%-
HSV(B)300º48.89%52.94%-
XYZ16.4911.1624.21-
YUV96.26149.87155.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=39.82%
G=20.35%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356913500.4900.4730032.3540
Hex87458703102F12c2028
Octal2071052070610574544050
Binary1000011110001011000011101100010101111100101100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874587; }

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

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

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

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

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

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

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

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