Html Css Color HEX #8220CA Blue Violet

📋 copy color: '#8220CA'

red 130 ◦ green 32 ◦ blue 202

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

Shades of Blue Violet #8220CA

Tints of Blue Violet #8220CA

RGB

 RED value IS 130 (51.17% from 255) = 35.71%

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

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

R = 35.71%
G = 8.79%
B = 55.49%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8220CA (or 0x8220CA) is known color: Blue Violet. HEX triplet: 82, 20 and CA. RGB value is (130,32,202). Sum of RGB (Red+Green+Blue) = 130+32+202=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #8220CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220CA is #7DDF35. Grayscale: #505050. Windows color (decimal): -8249142 or 13246594. OLE color: 13246594.

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

Color convert

RGB 130 32 202 -
CMYK 0.36 0.84 0 0.21
HSL 274.59º 0.73% 0.46% -
HSV(B) 274.59º 0.84% 0.79% -
XYZ 20.38 10.04 56.74 -
YUV 80.68 196.47 163.18 -
System Red Green Blue C M Y K H S L
Decimal 130 32 202 0.36 0.84 0 0.21 274.59 0.73 0.46
Hex 82 20 CA 24 54 0 15 113 49 2E
Octal 202 40 312 44 124 0 25 423 111 56
Binary 10000010 100000 11001010 100100 1010100 0 10101 100010011 1001001 101110

Color Harmonies of #8220CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220CA

Black with #8220CA

Text Example


Text Example

White with #8220CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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