Html Css Color HEX #8424EA Blue Violet

📋 copy color: '#8424EA'

red 132 ◦ green 36 ◦ blue 234

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

Shades of Blue Violet #8424EA

Tints of Blue Violet #8424EA

RGB

 RED value IS 132 (51.95% from 255) = 32.84%

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

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 32.84%
G = 8.96%
B = 58.21%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8424EA (or 0x8424EA) is known color: Blue Violet. HEX triplet: 84, 24 and EA. RGB value is (132,36,234). Sum of RGB (Red+Green+Blue) = 132+36+234=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #8424EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8424EA is #7BDB15. Grayscale: #565656. Windows color (decimal): -8117014 or 15344772. OLE color: 15344772.

HSL color Cylindrical-coordinate representation of color #8424EA: hue angle of 269.09º degrees, saturation: 0.82, 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 #8424EA is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 36 234 -
CMYK 0.44 0.85 0 0.08
HSL 269.09º 0.83% 0.53% -
HSV(B) 269.09º 0.85% 0.92% -
XYZ 25 12.11 78.86 -
YUV 87.28 210.8 159.9 -
System Red Green Blue C M Y K H S L
Decimal 132 36 234 0.44 0.85 0 0.08 269.09 0.83 0.53
Hex 84 24 EA 2C 55 0 8 10D 52 35
Octal 204 44 352 54 125 0 10 415 122 65
Binary 10000100 100100 11101010 101100 1010101 0 1000 100001101 1010010 110101

Color Harmonies of #8424EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8424EA

Black with #8424EA

Text Example


Text Example

White with #8424EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8424EA; }

 p { color: rgb(132,36,234); }

 H1.HeaderClassName
 {
   color: #8424EA;
 }
 .AnyTagClassName
 {
   color: #8424EA;
 }
</style>

background-color css

<style>
 a { background-color: #8424EA; }

 a { background-color: rgb(132,36,234); }

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

border-color css

<style>
 span { border-color: #8424EA; }

 span { border-color: rgb(132,36,234); }

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