Html Css Color HEX #8424E9 Blue Violet

📋 copy color: '#8424E9'

red 132 ◦ green 36 ◦ blue 233

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

Shades of Blue Violet #8424E9

Tints of Blue Violet #8424E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 58.1%

R = 32.92%
G = 8.98%
B = 58.1%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8424E9 (or 0x8424E9) is known color: Blue Violet. HEX triplet: 84, 24 and E9. RGB value is (132,36,233). Sum of RGB (Red+Green+Blue) = 132+36+233=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #8424E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8424E9 is #7BDB16. Grayscale: #565656. Windows color (decimal): -8117015 or 15279236. OLE color: 15279236.

HSL color Cylindrical-coordinate representation of color #8424E9: hue angle of 269.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8424E9 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 36 233 -
CMYK 0.43 0.85 0 0.09
HSL 269.24º 0.82% 0.53% -
HSV(B) 269.24º 0.85% 0.91% -
XYZ 24.85 12.05 78.11 -
YUV 87.16 210.3 159.98 -
System Red Green Blue C M Y K H S L
Decimal 132 36 233 0.43 0.85 0 0.09 269.24 0.82 0.53
Hex 84 24 E9 2B 55 0 9 10D 52 35
Octal 204 44 351 53 125 0 11 415 122 65
Binary 10000100 100100 11101001 101011 1010101 0 1001 100001101 1010010 110101

Color Harmonies of #8424E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8424E9

Black with #8424E9

Text Example


Text Example

White with #8424E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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