#87429D

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

Shades of Vivid Violet #87429D

Tints of Vivid Violet #87429D

Color information

#87429D (or 0x87429D) is unknown color: approx Vivid Violet. HEX triplet: 87, 42 and 9D. RGB value is (135,66,157). Sum of RGB (Red+Green+Blue) = 135+66+157=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #87429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87429D is #78BD62. Grayscale: #606060. Windows color (decimal): -7912803 or 10306183. OLE color: 10306183.

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

Color convert

RGB13566157-
CMYK0.140.5800.38
HSL285.49º40.81%43.73%-
HSV(B)285.49º57.96%61.57%-
XYZ18.0311.4833.16-
YUV97161.86155.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=37.71%
G=18.44%
B=43.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135661570.140.5800.38285.4940.8143.73
Hex87429DE3A02611d292c
Octal20710223516720464355154
Binary1000011110000101001110111101110100100110100011101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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