Html Css Color HEX #9049CE Deep Lilac

📋 copy color: '#9049CE'

red 144 ◦ green 73 ◦ blue 206

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

Shades of Deep Lilac #9049CE

Tints of Deep Lilac #9049CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 34.04%
G = 17.26%
B = 48.7%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9049CE (or 0x9049CE) is known color: Deep Lilac. HEX triplet: 90, 49 and CE. RGB value is (144,73,206). Sum of RGB (Red+Green+Blue) = 144+73+206=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #9049CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049CE is #6FB631. Grayscale: #6C6C6C. Windows color (decimal): -7321138 or 13519248. OLE color: 13519248.

HSL color Cylindrical-coordinate representation of color #9049CE: hue angle of 272.03º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9049CE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 73 206 -
CMYK 0.30 0.65 0 0.19
HSL 272.03º 0.58% 0.55% -
HSV(B) 272.03º 0.65% 0.81% -
XYZ 25.02 15.15 60 -
YUV 109.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 144 73 206 0.30 0.65 0 0.19 272.03 0.58 0.55
Hex 90 49 CE 1E 41 0 13 110 3A 37
Octal 220 111 316 36 101 0 23 420 72 67
Binary 10010000 1001001 11001110 11110 1000001 0 10011 100010000 111010 110111

Color Harmonies of #9049CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049CE

Black with #9049CE

Text Example


Text Example

White with #9049CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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