#87469E

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

Shades of Vivid Violet #87469E

Tints of Vivid Violet #87469E

Color information

#87469E (or 0x87469E) is unknown color: approx Vivid Violet. HEX triplet: 87, 46 and 9E. RGB value is (135,70,158). Sum of RGB (Red+Green+Blue) = 135+70+158=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #87469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87469E is #78B961. Grayscale: #636363. Windows color (decimal): -7911778 or 10372743. OLE color: 10372743.

HSL color Cylindrical-coordinate representation of color #87469E: hue angle of 284.32º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #87469E is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13570158-
CMYK0.150.5600.38
HSL284.32º38.6%44.71%-
HSV(B)284.32º55.7%61.96%-
XYZ18.351233.7-
YUV99.47161.03153.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=37.19%
G=19.28%
B=43.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135701580.150.5600.38284.3238.644.71
Hex87469EF3802611c272d
Octal20710623617700464344755
Binary1000011110001101001111011111110000100110100011100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87469E; }

 p { color: rgb(135,70,158); }

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

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

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

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

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

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

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