Html Css Color HEX #8D24DB Blue Violet

📋 copy color: '#8D24DB'

red 141 ◦ green 36 ◦ blue 219

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

Shades of Blue Violet #8D24DB

Tints of Blue Violet #8D24DB

RGB

 RED value IS 141 (55.47% from 255) = 35.61%

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

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

R = 35.61%
G = 9.09%
B = 55.3%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D24DB (or 0x8D24DB) is known color: Blue Violet. HEX triplet: 8D, 24 and DB. RGB value is (141,36,219). Sum of RGB (Red+Green+Blue) = 141+36+219=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D24DB is #72DB24. Grayscale: #575757. Windows color (decimal): -7527205 or 14361741. OLE color: 14361741.

HSL color Cylindrical-coordinate representation of color #8D24DB: hue angle of 274.43º 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 #8D24DB is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 36 219 -
CMYK 0.36 0.84 0 0.14
HSL 274.43º 0.72% 0.5% -
HSV(B) 274.43º 0.84% 0.86% -
XYZ 24.4 12.04 68.06 -
YUV 88.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 141 36 219 0.36 0.84 0 0.14 274.43 0.72 0.5
Hex 8D 24 DB 24 54 0 E 112 48 32
Octal 215 44 333 44 124 0 16 422 110 62
Binary 10001101 100100 11011011 100100 1010100 0 1110 100010010 1001000 110010

Color Harmonies of #8D24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D24DB

Black with #8D24DB

Text Example


Text Example

White with #8D24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D24DB; }

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

 H1.HeaderClassName
 {
   color: #8D24DB;
 }
 .AnyTagClassName
 {
   color: #8D24DB;
 }
</style>

background-color css

<style>
 a { background-color: #8D24DB; }

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

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

border-color css

<style>
 span { border-color: #8D24DB; }

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

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