#87429C

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

Shades of Vivid Violet #87429C

Tints of Vivid Violet #87429C

Color information

#87429C (or 0x87429C) is unknown color: approx Vivid Violet. HEX triplet: 87, 42 and 9C. RGB value is (135,66,156). Sum of RGB (Red+Green+Blue) = 135+66+156=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #87429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87429C is #78BD63. Grayscale: #606060. Windows color (decimal): -7912804 or 10240647. OLE color: 10240647.

HSL color Cylindrical-coordinate representation of color #87429C: hue angle of 286º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #87429C is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13566156-
CMYK0.130.5800.39
HSL286º40.54%43.53%-
HSV(B)286º57.69%61.18%-
XYZ17.9411.4532.72-
YUV96.89161.36155.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=37.82%
G=18.49%
B=43.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135661560.130.5800.3928640.5443.53
Hex87429CD3A02711e292c
Octal20710223415720474365154
Binary1000011110000101001110011011110100100111100011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87429C; }

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

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

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

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

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

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

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

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