#8019CC

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

Shades of Blue Violet #8019CC

Tints of Blue Violet #8019CC

Color information

#8019CC (or 0x8019CC) is unknown color: approx Blue Violet. HEX triplet: 80, 19 and CC. RGB value is (128,25,204). Sum of RGB (Red+Green+Blue) = 128+25+204=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #8019CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019CC is #7FE633. Grayscale: #4B4B4B. Windows color (decimal): -8382004 or 13375872. OLE color: 13375872.

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

Color convert

RGB12825204-
CMYK0.370.8800.2
HSL274.53º78.17%44.9%-
HSV(B)274.53º87.75%80%-
XYZ20.159.6457.93-
YUV76.2200.12164.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 25 (10.16% from 255) = 7.00%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=35.85%
G=7.00%
B=57.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal128252040.370.8800.2274.5378.1744.9
Hex8019CC25580141134e2d
Octal200313144513002442311655
Binary10000000110011100110010010110110000101001000100111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8019CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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