Html Css Color HEX #8228EB Blue Violet

📋 copy color: '#8228EB'

red 130 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #8228EB

Tints of Blue Violet #8228EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.88%

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

R = 32.1%
G = 9.88%
B = 58.02%

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

#8228EB (or 0x8228EB) is known color: Blue Violet. HEX triplet: 82, 28 and EB. RGB value is (130,40,235). Sum of RGB (Red+Green+Blue) = 130+40+235=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #8228EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8228EB is #7DD714. Grayscale: #585858. Windows color (decimal): -8247061 or 15411330. OLE color: 15411330.

HSL color Cylindrical-coordinate representation of color #8228EB: hue angle of 267.69º 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 #8228EB is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 40 235 -
CMYK 0.45 0.83 0 0.08
HSL 267.69º 0.83% 0.54% -
HSV(B) 267.69º 0.83% 0.92% -
XYZ 24.96 12.26 79.65 -
YUV 89.14 210.32 157.14 -
System Red Green Blue C M Y K H S L
Decimal 130 40 235 0.45 0.83 0 0.08 267.69 0.83 0.54
Hex 82 28 EB 2D 53 0 8 10C 53 36
Octal 202 50 353 55 123 0 10 414 123 66
Binary 10000010 101000 11101011 101101 1010011 0 1000 100001100 1010011 110110

Color Harmonies of #8228EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8228EB

Black with #8228EB

Text Example


Text Example

White with #8228EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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