Html Css Color HEX #9049BF Deep Lilac

📋 copy color: '#9049BF'

red 144 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #9049BF

Tints of Deep Lilac #9049BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 35.29%
G = 17.89%
B = 46.81%

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

#9049BF (or 0x9049BF) is known color: Deep Lilac. HEX triplet: 90, 49 and BF. RGB value is (144,73,191). Sum of RGB (Red+Green+Blue) = 144+73+191=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #9049BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049BF is #6FB640. Grayscale: #6B6B6B. Windows color (decimal): -7321153 or 12536208. OLE color: 12536208.

HSL color Cylindrical-coordinate representation of color #9049BF: hue angle of 276.1º degrees, saturation: 0.48, 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 #9049BF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 73 191 -
CMYK 0.25 0.62 0 0.25
HSL 276.1º 0.48% 0.52% -
HSV(B) 276.1º 0.62% 0.75% -
XYZ 23.29 14.46 50.85 -
YUV 107.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 144 73 191 0.25 0.62 0 0.25 276.1 0.48 0.52
Hex 90 49 BF 19 3E 0 19 114 30 34
Octal 220 111 277 31 76 0 31 424 60 64
Binary 10010000 1001001 10111111 11001 111110 0 11001 100010100 110000 110100

Color Harmonies of #9049BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049BF

Black with #9049BF

Text Example


Text Example

White with #9049BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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