Html Css Color HEX #8221C8 Blue Violet

📋 copy color: '#8221C8'

red 130 ◦ green 33 ◦ blue 200

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

Shades of Blue Violet #8221C8

Tints of Blue Violet #8221C8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

 BLUE value IS 200 (78.52% from 255) = 55.1%

R = 35.81%
G = 9.09%
B = 55.1%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8221C8 (or 0x8221C8) is known color: Blue Violet. HEX triplet: 82, 21 and C8. RGB value is (130,33,200). Sum of RGB (Red+Green+Blue) = 130+33+200=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #8221C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221C8 is #7DDE37. Grayscale: #505050. Windows color (decimal): -8248888 or 13115778. OLE color: 13115778.

HSL color Cylindrical-coordinate representation of color #8221C8: hue angle of 274.85º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8221C8 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 33 200 -
CMYK 0.35 0.84 0 0.22
HSL 274.85º 0.72% 0.46% -
HSV(B) 274.85º 0.84% 0.78% -
XYZ 20.18 10 55.51 -
YUV 81.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 130 33 200 0.35 0.84 0 0.22 274.85 0.72 0.46
Hex 82 21 C8 23 54 0 16 113 48 2E
Octal 202 41 310 43 124 0 26 423 110 56
Binary 10000010 100001 11001000 100011 1010100 0 10110 100010011 1001000 101110

Color Harmonies of #8221C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8221C8

Black with #8221C8

Text Example


Text Example

White with #8221C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8221C8; }

 p { color: rgb(130,33,200); }

 H1.HeaderClassName
 {
   color: #8221C8;
 }
 .AnyTagClassName
 {
   color: #8221C8;
 }
</style>

background-color css

<style>
 a { background-color: #8221C8; }

 a { background-color: rgb(130,33,200); }

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

border-color css

<style>
 span { border-color: #8221C8; }

 span { border-color: rgb(130,33,200); }

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