#8721AA

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

Shades of Vivid Violet #8721AA

Tints of Vivid Violet #8721AA

Color information

#8721AA (or 0x8721AA) is unknown color: approx Vivid Violet. HEX triplet: 87, 21 and AA. RGB value is (135,33,170). Sum of RGB (Red+Green+Blue) = 135+33+170=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8721AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8721AA is #78DE55. Grayscale: #4E4E4E. Windows color (decimal): -7921238 or 11149703. OLE color: 11149703.

HSL color Cylindrical-coordinate representation of color #8721AA: hue angle of 284.67º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8721AA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13533170-
CMYK0.210.8100.33
HSL284.67º67.49%39.8%-
HSV(B)284.67º80.59%66.67%-
XYZ17.799.1438.86-
YUV79.12179.29167.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=39.94%
G=9.76%
B=50.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135331700.210.8100.33284.6767.4939.8
Hex8721AA155102111d4328
Octal207412522512104143510350
Binary100001111000011010101010101101000101000011000111011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8721AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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