Html Css Color HEX #8221EB Blue Violet

📋 copy color: '#8221EB'

red 130 ◦ green 33 ◦ blue 235

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

Shades of Blue Violet #8221EB

Tints of Blue Violet #8221EB

RGB

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

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

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

R = 32.66%
G = 8.29%
B = 59.05%

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

#8221EB (or 0x8221EB) is known color: Blue Violet. HEX triplet: 82, 21 and EB. RGB value is (130,33,235). Sum of RGB (Red+Green+Blue) = 130+33+235=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #8221EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8221EB is #7DDE14. Grayscale: #545454. Windows color (decimal): -8248853 or 15409538. OLE color: 15409538.

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

Color convert

RGB 130 33 235 -
CMYK 0.45 0.86 0 0.08
HSL 268.81º 0.83% 0.53% -
HSV(B) 268.81º 0.86% 0.92% -
XYZ 24.75 11.83 79.58 -
YUV 85.03 212.64 160.07 -
System Red Green Blue C M Y K H S L
Decimal 130 33 235 0.45 0.86 0 0.08 268.81 0.83 0.53
Hex 82 21 EB 2D 56 0 8 10D 53 35
Octal 202 41 353 55 126 0 10 415 123 65
Binary 10000010 100001 11101011 101101 1010110 0 1000 100001101 1010011 110101

Color Harmonies of #8221EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8221EB

Black with #8221EB

Text Example


Text Example

White with #8221EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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