Html Css Color HEX #8424DF Blue Violet

📋 copy color: '#8424DF'

red 132 ◦ green 36 ◦ blue 223

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

Shades of Blue Violet #8424DF

Tints of Blue Violet #8424DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 33.76%
G = 9.21%
B = 57.03%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8424DF (or 0x8424DF) is known color: Blue Violet. HEX triplet: 84, 24 and DF. RGB value is (132,36,223). Sum of RGB (Red+Green+Blue) = 132+36+223=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #8424DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424DF is #7BDB20. Grayscale: #555555. Windows color (decimal): -8117025 or 14623876. OLE color: 14623876.

HSL color Cylindrical-coordinate representation of color #8424DF: hue angle of 270.8º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8424DF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 36 223 -
CMYK 0.41 0.84 0 0.13
HSL 270.8º 0.75% 0.51% -
HSV(B) 270.8º 0.84% 0.87% -
XYZ 23.47 11.5 70.79 -
YUV 86.02 205.3 160.79 -
System Red Green Blue C M Y K H S L
Decimal 132 36 223 0.41 0.84 0 0.13 270.8 0.75 0.51
Hex 84 24 DF 29 54 0 D 10F 4B 33
Octal 204 44 337 51 124 0 15 417 113 63
Binary 10000100 100100 11011111 101001 1010100 0 1101 100001111 1001011 110011

Color Harmonies of #8424DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8424DF

Black with #8424DF

Text Example


Text Example

White with #8424DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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