Html Css Color HEX #9049C0 Deep Lilac

📋 copy color: '#9049C0'

red 144 ◦ green 73 ◦ blue 192

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

Shades of Deep Lilac #9049C0

Tints of Deep Lilac #9049C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 35.21%
G = 17.85%
B = 46.94%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9049C0 (or 0x9049C0) is known color: Deep Lilac. HEX triplet: 90, 49 and C0. RGB value is (144,73,192). Sum of RGB (Red+Green+Blue) = 144+73+192=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #9049C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049C0 is #6FB63F. Grayscale: #6B6B6B. Windows color (decimal): -7321152 or 12601744. OLE color: 12601744.

HSL color Cylindrical-coordinate representation of color #9049C0: hue angle of 275.8º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9049C0 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 73 192 -
CMYK 0.25 0.62 0 0.25
HSL 275.8º 0.49% 0.52% -
HSV(B) 275.8º 0.62% 0.75% -
XYZ 23.4 14.5 51.43 -
YUV 107.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 144 73 192 0.25 0.62 0 0.25 275.8 0.49 0.52
Hex 90 49 C0 19 3E 0 19 114 31 34
Octal 220 111 300 31 76 0 31 424 61 64
Binary 10010000 1001001 11000000 11001 111110 0 11001 100010100 110001 110100

Color Harmonies of #9049C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049C0

Black with #9049C0

Text Example


Text Example

White with #9049C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9049C0; }

 p { color: rgb(144,73,192); }

 H1.HeaderClassName
 {
   color: #9049C0;
 }
 .AnyTagClassName
 {
   color: #9049C0;
 }
</style>

background-color css

<style>
 a { background-color: #9049C0; }

 a { background-color: rgb(144,73,192); }

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

border-color css

<style>
 span { border-color: #9049C0; }

 span { border-color: rgb(144,73,192); }

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