#874589

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

Shades of Vivid Violet #874589

Tints of Vivid Violet #874589

Color information

#874589 (or 0x874589) is unknown color: approx Vivid Violet. HEX triplet: 87, 45 and 89. RGB value is (135,69,137). Sum of RGB (Red+Green+Blue) = 135+69+137=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #874589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874589 is #78BA76. Grayscale: #606060. Windows color (decimal): -7912055 or 8996231. OLE color: 8996231.

HSL color Cylindrical-coordinate representation of color #874589: hue angle of 298.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874589 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13569137-
CMYK0.010.5000.46
HSL298.24º33.01%40.39%-
HSV(B)298.24º49.64%53.73%-
XYZ16.6411.2124.95-
YUV96.49150.87155.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=39.59%
G=20.23%
B=40.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135691370.010.5000.46298.2433.0140.39
Hex87458913202E12a2128
Octal2071052111620564524150
Binary1000011110001011000100111100100101110100101010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874589; }

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

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

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

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

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

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

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

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