Html Css Color HEX #8220CC Blue Violet

📋 copy color: '#8220CC'

red 130 ◦ green 32 ◦ blue 204

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

Shades of Blue Violet #8220CC

Tints of Blue Violet #8220CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 35.52%
G = 8.74%
B = 55.74%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8220CC (or 0x8220CC) is known color: Blue Violet. HEX triplet: 82, 20 and CC. RGB value is (130,32,204). Sum of RGB (Red+Green+Blue) = 130+32+204=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #8220CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220CC is #7DDF33. Grayscale: #505050. Windows color (decimal): -8249140 or 13377666. OLE color: 13377666.

HSL color Cylindrical-coordinate representation of color #8220CC: hue angle of 274.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8220CC is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 32 204 -
CMYK 0.36 0.84 0 0.2
HSL 274.19º 0.73% 0.46% -
HSV(B) 274.19º 0.84% 0.8% -
XYZ 20.62 10.14 58 -
YUV 80.91 197.47 163.01 -
System Red Green Blue C M Y K H S L
Decimal 130 32 204 0.36 0.84 0 0.2 274.19 0.73 0.46
Hex 82 20 CC 24 54 0 14 112 49 2E
Octal 202 40 314 44 124 0 24 422 111 56
Binary 10000010 100000 11001100 100100 1010100 0 10100 100010010 1001001 101110

Color Harmonies of #8220CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220CC

Black with #8220CC

Text Example


Text Example

White with #8220CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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