Html Css Color HEX #9024D7 Blue Violet

📋 copy color: '#9024D7'

red 144 ◦ green 36 ◦ blue 215

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

Shades of Blue Violet #9024D7

Tints of Blue Violet #9024D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.43%

R = 36.46%
G = 9.11%
B = 54.43%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9024D7 (or 0x9024D7) is known color: Blue Violet. HEX triplet: 90, 24 and D7. RGB value is (144,36,215). Sum of RGB (Red+Green+Blue) = 144+36+215=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #9024D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9024D7 is #6FDB28. Grayscale: #585858. Windows color (decimal): -7330601 or 14099600. OLE color: 14099600.

HSL color Cylindrical-coordinate representation of color #9024D7: hue angle of 276.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9024D7 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 36 215 -
CMYK 0.33 0.83 0 0.16
HSL 276.2º 0.71% 0.49% -
HSV(B) 276.2º 0.83% 0.84% -
XYZ 24.4 12.1 65.34 -
YUV 88.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 144 36 215 0.33 0.83 0 0.16 276.2 0.71 0.49
Hex 90 24 D7 21 53 0 10 114 47 31
Octal 220 44 327 41 123 0 20 424 107 61
Binary 10010000 100100 11010111 100001 1010011 0 10000 100010100 1000111 110001

Color Harmonies of #9024D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9024D7

Black with #9024D7

Text Example


Text Example

White with #9024D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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