Html Css Color HEX #8224EE Blue Violet

📋 copy color: '#8224EE'

red 130 ◦ green 36 ◦ blue 238

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

Shades of Blue Violet #8224EE

Tints of Blue Violet #8224EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.91%

R = 32.18%
G = 8.91%
B = 58.91%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8224EE (or 0x8224EE) is known color: Blue Violet. HEX triplet: 82, 24 and EE. RGB value is (130,36,238). Sum of RGB (Red+Green+Blue) = 130+36+238=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #8224EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8224EE is #7DDB11. Grayscale: #565656. Windows color (decimal): -8248082 or 15606914. OLE color: 15606914.

HSL color Cylindrical-coordinate representation of color #8224EE: hue angle of 267.92º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8224EE is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 36 238 -
CMYK 0.45 0.85 0 0.07
HSL 267.92º 0.86% 0.54% -
HSV(B) 267.92º 0.85% 0.93% -
XYZ 25.27 12.18 81.91 -
YUV 87.13 213.14 158.57 -
System Red Green Blue C M Y K H S L
Decimal 130 36 238 0.45 0.85 0 0.07 267.92 0.86 0.54
Hex 82 24 EE 2D 55 0 7 10C 56 36
Octal 202 44 356 55 125 0 7 414 126 66
Binary 10000010 100100 11101110 101101 1010101 0 111 100001100 1010110 110110

Color Harmonies of #8224EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8224EE

Black with #8224EE

Text Example


Text Example

White with #8224EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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