#8021C9

Color #8021C9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8021C9

Tints of Blue Violet #8021C9

Color information

#8021C9 (or 0x8021C9) is unknown color: approx Blue Violet. HEX triplet: 80, 21 and C9. RGB value is (128,33,201). Sum of RGB (Red+Green+Blue) = 128+33+201=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #8021C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8021C9 is #7FDE36. Grayscale: #4F4F4F. Windows color (decimal): -8379959 or 13181312. OLE color: 13181312.

HSL color Cylindrical-coordinate representation of color #8021C9: hue angle of 273.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8021C9 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12833201-
CMYK0.360.8400.21
HSL273.93º71.79%45.88%-
HSV(B)273.93º83.58%78.82%-
XYZ19.999.8956.11-
YUV80.56195.97161.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 33 (13.28% from 255) = 9.12%
BLUE value IS 201 (78.91% from 255) = 55.52%
R=35.36%
G=9.12%
B=55.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128332010.360.8400.21273.9371.7945.88
Hex8021C92454015112482e
Octal200413114412402542211056
Binary100000001000011100100110010010101000101011000100101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8021C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8021C9; }

 p { color: rgb(128,33,201); }

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

<style>
 a { background-color: #8021C9; }

 a { background-color: rgb(128,33,201); }

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

<style>
 span { border-color: #8021C9; }

 span { border-color: rgb(128,33,201); }

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