#8721A8

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

Shades of Vivid Violet #8721A8

Tints of Vivid Violet #8721A8

Color information

#8721A8 (or 0x8721A8) is unknown color: approx Vivid Violet. HEX triplet: 87, 21 and A8. RGB value is (135,33,168). Sum of RGB (Red+Green+Blue) = 135+33+168=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 168 (66.02% from 255 or 50% from 336); Max value from RGB is 168 - color contains mainly: blue. Hex color #8721A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8721A8 is #78DE57. Grayscale: #4E4E4E. Windows color (decimal): -7921240 or 11018631. OLE color: 11018631.

HSL color Cylindrical-coordinate representation of color #8721A8: hue angle of 285.33º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8721A8 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13533168-
CMYK0.200.8000.34
HSL285.33º67.16%39.41%-
HSV(B)285.33º80.36%65.88%-
XYZ17.69.0737.87-
YUV78.89178.29168.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 33 (13.28% from 255) = 9.82%
BLUE value IS 168 (66.02% from 255) = 50%
R=40.18%
G=9.82%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal135331680.200.8000.34285.3367.1639.41
Hex8721A8145002211d4327
Octal207412502412004243510347
Binary100001111000011010100010100101000001000101000111011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8721A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8721A8; }

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

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

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

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

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

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

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

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