Html Css Color HEX #8220C9 Blue Violet

📋 copy color: '#8220C9'

red 130 ◦ green 32 ◦ blue 201

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

Shades of Blue Violet #8220C9

Tints of Blue Violet #8220C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.37%

R = 35.81%
G = 8.82%
B = 55.37%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8220C9 (or 0x8220C9) is known color: Blue Violet. HEX triplet: 82, 20 and C9. RGB value is (130,32,201). Sum of RGB (Red+Green+Blue) = 130+32+201=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #8220C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220C9 is #7DDF36. Grayscale: #4F4F4F. Windows color (decimal): -8249143 or 13181058. OLE color: 13181058.

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

Color convert

RGB 130 32 201 -
CMYK 0.35 0.84 0 0.21
HSL 274.79º 0.73% 0.46% -
HSV(B) 274.79º 0.84% 0.79% -
XYZ 20.27 10 56.12 -
YUV 80.57 195.97 163.26 -
System Red Green Blue C M Y K H S L
Decimal 130 32 201 0.35 0.84 0 0.21 274.79 0.73 0.46
Hex 82 20 C9 23 54 0 15 113 49 2E
Octal 202 40 311 43 124 0 25 423 111 56
Binary 10000010 100000 11001001 100011 1010100 0 10101 100010011 1001001 101110

Color Harmonies of #8220C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220C9

Black with #8220C9

Text Example


Text Example

White with #8220C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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