Html Css Color HEX #8220EB Blue Violet

📋 copy color: '#8220EB'

red 130 ◦ green 32 ◦ blue 235

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

Shades of Blue Violet #8220EB

Tints of Blue Violet #8220EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 32.75%
G = 8.06%
B = 59.19%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8220EB (or 0x8220EB) is known color: Blue Violet. HEX triplet: 82, 20 and EB. RGB value is (130,32,235). Sum of RGB (Red+Green+Blue) = 130+32+235=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #8220EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8220EB is #7DDF14. Grayscale: #535353. Windows color (decimal): -8249109 or 15409282. OLE color: 15409282.

HSL color Cylindrical-coordinate representation of color #8220EB: hue angle of 268.97º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8220EB is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 32 235 -
CMYK 0.45 0.86 0 0.08
HSL 268.97º 0.84% 0.52% -
HSV(B) 268.97º 0.86% 0.92% -
XYZ 24.72 11.78 79.57 -
YUV 84.44 212.97 160.49 -
System Red Green Blue C M Y K H S L
Decimal 130 32 235 0.45 0.86 0 0.08 268.97 0.84 0.52
Hex 82 20 EB 2D 56 0 8 10D 54 34
Octal 202 40 353 55 126 0 10 415 124 64
Binary 10000010 100000 11101011 101101 1010110 0 1000 100001101 1010100 110100

Color Harmonies of #8220EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220EB

Black with #8220EB

Text Example


Text Example

White with #8220EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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