Html Css Color HEX #8020CA Blue Violet

📋 copy color: '#8020CA'

red 128 ◦ green 32 ◦ blue 202

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

Shades of Blue Violet #8020CA

Tints of Blue Violet #8020CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.8%

R = 35.36%
G = 8.84%
B = 55.8%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8020CA (or 0x8020CA) is known color: Blue Violet. HEX triplet: 80, 20 and CA. RGB value is (128,32,202). Sum of RGB (Red+Green+Blue) = 128+32+202=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #8020CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020CA is #7FDF35. Grayscale: #4F4F4F. Windows color (decimal): -8380214 or 13246592. OLE color: 13246592.

HSL color Cylindrical-coordinate representation of color #8020CA: hue angle of 273.88º degrees, saturation: 0.73, 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 #8020CA is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 32 202 -
CMYK 0.37 0.84 0 0.21
HSL 273.88º 0.73% 0.46% -
HSV(B) 273.88º 0.84% 0.79% -
XYZ 20.08 9.89 56.73 -
YUV 80.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 128 32 202 0.37 0.84 0 0.21 273.88 0.73 0.46
Hex 80 20 CA 25 54 0 15 112 49 2E
Octal 200 40 312 45 124 0 25 422 111 56
Binary 10000000 100000 11001010 100101 1010100 0 10101 100010010 1001001 101110

Color Harmonies of #8020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8020CA

Black with #8020CA

Text Example


Text Example

White with #8020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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