Html Css Color HEX #9024DB Blue Violet

📋 copy color: '#9024DB'

red 144 ◦ green 36 ◦ blue 219

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

Shades of Blue Violet #9024DB

Tints of Blue Violet #9024DB

RGB

 RED value IS 144 (56.64% from 255) = 36.09%

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

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

R = 36.09%
G = 9.02%
B = 54.89%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9024DB (or 0x9024DB) is known color: Blue Violet. HEX triplet: 90, 24 and DB. RGB value is (144,36,219). Sum of RGB (Red+Green+Blue) = 144+36+219=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #9024DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9024DB is #6FDB24. Grayscale: #585858. Windows color (decimal): -7330597 or 14361744. OLE color: 14361744.

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

Color convert

RGB 144 36 219 -
CMYK 0.34 0.84 0 0.14
HSL 275.41º 0.72% 0.5% -
HSV(B) 275.41º 0.84% 0.86% -
XYZ 24.92 12.31 68.08 -
YUV 89.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 144 36 219 0.34 0.84 0 0.14 275.41 0.72 0.5
Hex 90 24 DB 22 54 0 E 113 48 32
Octal 220 44 333 42 124 0 16 423 110 62
Binary 10010000 100100 11011011 100010 1010100 0 1110 100010011 1001000 110010

Color Harmonies of #9024DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9024DB

Black with #9024DB

Text Example


Text Example

White with #9024DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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