Html Css Color HEX #8424CE Blue Violet

📋 copy color: '#8424CE'

red 132 ◦ green 36 ◦ blue 206

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

Shades of Blue Violet #8424CE

Tints of Blue Violet #8424CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 35.29%
G = 9.63%
B = 55.08%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8424CE (or 0x8424CE) is known color: Blue Violet. HEX triplet: 84, 24 and CE. RGB value is (132,36,206). Sum of RGB (Red+Green+Blue) = 132+36+206=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #8424CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424CE is #7BDB31. Grayscale: #535353. Windows color (decimal): -8117042 or 13509764. OLE color: 13509764.

HSL color Cylindrical-coordinate representation of color #8424CE: hue angle of 273.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8424CE is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 36 206 -
CMYK 0.36 0.83 0 0.19
HSL 273.88º 0.7% 0.47% -
HSV(B) 273.88º 0.83% 0.81% -
XYZ 21.29 10.62 59.32 -
YUV 84.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 132 36 206 0.36 0.83 0 0.19 273.88 0.7 0.47
Hex 84 24 CE 24 53 0 13 112 46 2F
Octal 204 44 316 44 123 0 23 422 106 57
Binary 10000100 100100 11001110 100100 1010011 0 10011 100010010 1000110 101111

Color Harmonies of #8424CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8424CE

Black with #8424CE

Text Example


Text Example

White with #8424CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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