Html Css Color HEX #8224EB Blue Violet

📋 copy color: '#8224EB'

red 130 ◦ green 36 ◦ blue 235

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

Shades of Blue Violet #8224EB

Tints of Blue Violet #8224EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.98%

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

R = 32.42%
G = 8.98%
B = 58.6%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8224EB (or 0x8224EB) is known color: Blue Violet. HEX triplet: 82, 24 and EB. RGB value is (130,36,235). Sum of RGB (Red+Green+Blue) = 130+36+235=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #8224EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8224EB is #7DDB14. Grayscale: #565656. Windows color (decimal): -8248085 or 15410306. OLE color: 15410306.

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

Color convert

RGB 130 36 235 -
CMYK 0.45 0.85 0 0.08
HSL 268.34º 0.83% 0.53% -
HSV(B) 268.34º 0.85% 0.92% -
XYZ 24.83 12.01 79.61 -
YUV 86.79 211.64 158.82 -
System Red Green Blue C M Y K H S L
Decimal 130 36 235 0.45 0.85 0 0.08 268.34 0.83 0.53
Hex 82 24 EB 2D 55 0 8 10C 53 35
Octal 202 44 353 55 125 0 10 414 123 65
Binary 10000010 100100 11101011 101101 1010101 0 1000 100001100 1010011 110101

Color Harmonies of #8224EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8224EB

Black with #8224EB

Text Example


Text Example

White with #8224EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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