Html Css Color HEX #8424DB Blue Violet

📋 copy color: '#8424DB'

red 132 ◦ green 36 ◦ blue 219

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

Shades of Blue Violet #8424DB

Tints of Blue Violet #8424DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 34.11%
G = 9.3%
B = 56.59%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8424DB (or 0x8424DB) is known color: Blue Violet. HEX triplet: 84, 24 and DB. RGB value is (132,36,219). Sum of RGB (Red+Green+Blue) = 132+36+219=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #8424DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424DB is #7BDB24. Grayscale: #545454. Windows color (decimal): -8117029 or 14361732. OLE color: 14361732.

HSL color Cylindrical-coordinate representation of color #8424DB: hue angle of 271.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8424DB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 36 219 -
CMYK 0.40 0.84 0 0.14
HSL 271.48º 0.72% 0.5% -
HSV(B) 271.48º 0.84% 0.86% -
XYZ 22.93 11.28 67.99 -
YUV 85.57 203.3 161.12 -
System Red Green Blue C M Y K H S L
Decimal 132 36 219 0.40 0.84 0 0.14 271.48 0.72 0.5
Hex 84 24 DB 28 54 0 E 10F 48 32
Octal 204 44 333 50 124 0 16 417 110 62
Binary 10000100 100100 11011011 101000 1010100 0 1110 100001111 1001000 110010

Color Harmonies of #8424DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8424DB

Black with #8424DB

Text Example


Text Example

White with #8424DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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