#87219c

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

Shades of Vivid Violet #87219C

Tints of Vivid Violet #87219C

Color information

#87219C (or 0x87219C) is unknown color: approx Vivid Violet. HEX triplet: 87, 21 and 9C. RGB value is (135,33,156). Sum of RGB (Red+Green+Blue) = 135+33+156=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #87219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87219C is #78DE63. Grayscale: #4D4D4D. Windows color (decimal): -7921252 or 10232199. OLE color: 10232199.

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

Color convert

RGB13533156-
CMYK0.130.7900.39
HSL289.76º65.08%37.06%-
HSV(B)289.76º78.85%61.18%-
XYZ16.548.6432.25-
YUV77.52172.29169-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=41.67%
G=10.19%
B=48.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135331560.130.7900.39289.7665.0837.06
Hex87219CD4F0271224125
Octal207412341511704744210145
Binary10000111100001100111001101100111101001111001000101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87219c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87219c; }

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

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

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

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

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

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

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

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