Html Css Color HEX #9049CB Deep Lilac

📋 copy color: '#9049CB'

red 144 ◦ green 73 ◦ blue 203

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

Shades of Deep Lilac #9049CB

Tints of Deep Lilac #9049CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 34.29%
G = 17.38%
B = 48.33%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9049CB (or 0x9049CB) is known color: Deep Lilac. HEX triplet: 90, 49 and CB. RGB value is (144,73,203). Sum of RGB (Red+Green+Blue) = 144+73+203=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #9049CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049CB is #6FB634. Grayscale: #6C6C6C. Windows color (decimal): -7321141 or 13322640. OLE color: 13322640.

HSL color Cylindrical-coordinate representation of color #9049CB: hue angle of 272.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9049CB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 73 203 -
CMYK 0.29 0.64 0 0.20
HSL 272.77º 0.56% 0.54% -
HSV(B) 272.77º 0.64% 0.8% -
XYZ 24.66 15.01 58.1 -
YUV 109.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 144 73 203 0.29 0.64 0 0.20 272.77 0.56 0.54
Hex 90 49 CB 1D 40 0 14 111 38 36
Octal 220 111 313 35 100 0 24 421 70 66
Binary 10010000 1001001 11001011 11101 1000000 0 10100 100010001 111000 110110

Color Harmonies of #9049CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049CB

Black with #9049CB

Text Example


Text Example

White with #9049CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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