Html Css Color HEX #8229EB Blue Violet

📋 copy color: '#8229EB'

red 130 ◦ green 41 ◦ blue 235

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

Shades of Blue Violet #8229EB

Tints of Blue Violet #8229EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.1%

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

R = 32.02%
G = 10.1%
B = 57.88%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8229EB (or 0x8229EB) is known color: Blue Violet. HEX triplet: 82, 29 and EB. RGB value is (130,41,235). Sum of RGB (Red+Green+Blue) = 130+41+235=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #8229EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8229EB is #7DD614. Grayscale: #595959. Windows color (decimal): -8246805 or 15411586. OLE color: 15411586.

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

Color convert

RGB 130 41 235 -
CMYK 0.45 0.83 0 0.08
HSL 267.53º 0.83% 0.54% -
HSV(B) 267.53º 0.83% 0.92% -
XYZ 24.99 12.33 79.66 -
YUV 89.73 209.99 156.73 -
System Red Green Blue C M Y K H S L
Decimal 130 41 235 0.45 0.83 0 0.08 267.53 0.83 0.54
Hex 82 29 EB 2D 53 0 8 10C 53 36
Octal 202 51 353 55 123 0 10 414 123 66
Binary 10000010 101001 11101011 101101 1010011 0 1000 100001100 1010011 110110

Color Harmonies of #8229EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8229EB

Black with #8229EB

Text Example


Text Example

White with #8229EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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