#8020CF

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

Shades of Blue Violet #8020CF

Tints of Blue Violet #8020CF

Color information

#8020CF (or 0x8020CF) is unknown color: approx Blue Violet. HEX triplet: 80, 20 and CF. RGB value is (128,32,207). Sum of RGB (Red+Green+Blue) = 128+32+207=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #8020CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020CF is #7FDF30. Grayscale: #505050. Windows color (decimal): -8380209 or 13574272. OLE color: 13574272.

HSL color Cylindrical-coordinate representation of color #8020CF: hue angle of 272.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8020CF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12832207-
CMYK0.380.8500.19
HSL272.91º73.22%46.86%-
HSV(B)272.91º84.54%81.18%-
XYZ20.6810.1359.9-
YUV80.65199.3161.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 32 (12.89% from 255) = 8.72%
BLUE value IS 207 (81.25% from 255) = 56.40%
R=34.88%
G=8.72%
B=56.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128322070.380.8500.19272.9173.2246.86
Hex8020CF2655013111492f
Octal200403174612502342111157
Binary100000001000001100111110011010101010100111000100011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8020CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8020CF; }

 p { color: rgb(128,32,207); }

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

<style>
 a { background-color: #8020CF; }

 a { background-color: rgb(128,32,207); }

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

<style>
 span { border-color: #8020CF; }

 span { border-color: rgb(128,32,207); }

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