Html Css Color HEX #8020CE Blue Violet

📋 copy color: '#8020CE'

red 128 ◦ green 32 ◦ blue 206

#8020CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8020CE

Tints of Blue Violet #8020CE

RGB

 RED value IS 128 (50.39% from 255) = 34.97%

 GREEN value IS 32 (12.89% from 255) = 8.74%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 34.97%
G = 8.74%
B = 56.28%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8020CE (or 0x8020CE) is known color: Blue Violet. HEX triplet: 80, 20 and CE. RGB value is (128,32,206). Sum of RGB (Red+Green+Blue) = 128+32+206=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #8020CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020CE is #7FDF31. Grayscale: #4F4F4F. Windows color (decimal): -8380210 or 13508736. OLE color: 13508736.

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

Color convert

RGB 128 32 206 -
CMYK 0.38 0.84 0 0.19
HSL 273.1º 0.73% 0.47% -
HSV(B) 273.1º 0.84% 0.81% -
XYZ 20.56 10.08 59.25 -
YUV 80.54 198.8 161.85 -
System Red Green Blue C M Y K H S L
Decimal 128 32 206 0.38 0.84 0 0.19 273.1 0.73 0.47
Hex 80 20 CE 26 54 0 13 111 49 2F
Octal 200 40 316 46 124 0 23 421 111 57
Binary 10000000 100000 11001110 100110 1010100 0 10011 100010001 1001001 101111

Color Harmonies of #8020CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8020CE

Black with #8020CE

Text Example


Text Example

White with #8020CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8020CE;
 }
 .AnyTagClassName
 {
   color: #8020CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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