#8022CC

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

Shades of Blue Violet #8022CC

Tints of Blue Violet #8022CC

Color information

#8022CC (or 0x8022CC) is unknown color: approx Blue Violet. HEX triplet: 80, 22 and CC. RGB value is (128,34,204). Sum of RGB (Red+Green+Blue) = 128+34+204=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #8022CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8022CC is #7FDD33. Grayscale: #505050. Windows color (decimal): -8379700 or 13378176. OLE color: 13378176.

HSL color Cylindrical-coordinate representation of color #8022CC: hue angle of 273.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8022CC is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12834204-
CMYK0.370.8300.2
HSL273.18º71.43%46.67%-
HSV(B)273.18º83.33%80%-
XYZ20.3710.0958-
YUV81.49197.14161.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 34 (13.67% from 255) = 9.29%
BLUE value IS 204 (80.08% from 255) = 55.74%
R=34.97%
G=9.29%
B=55.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal128342040.370.8300.2273.1871.4346.67
Hex8022CC2553014111472f
Octal200423144512302442110757
Binary100000001000101100110010010110100110101001000100011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8022CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8022CC; }

 p { color: rgb(128,34,204); }

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

<style>
 a { background-color: #8022CC; }

 a { background-color: rgb(128,34,204); }

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

<style>
 span { border-color: #8022CC; }

 span { border-color: rgb(128,34,204); }

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