Html Css Color HEX #9449BD Deep Lilac

📋 copy color: '#9449BD'

red 148 ◦ green 73 ◦ blue 189

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

Shades of Deep Lilac #9449BD

Tints of Deep Lilac #9449BD

RGB

 RED value IS 148 (58.2% from 255) = 36.1%

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

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 36.1%
G = 17.8%
B = 46.1%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9449BD (or 0x9449BD) is known color: Deep Lilac. HEX triplet: 94, 49 and BD. RGB value is (148,73,189). Sum of RGB (Red+Green+Blue) = 148+73+189=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #9449BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449BD is #6BB642. Grayscale: #6C6C6C. Windows color (decimal): -7059011 or 12405140. OLE color: 12405140.

HSL color Cylindrical-coordinate representation of color #9449BD: hue angle of 278.79º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9449BD is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 73 189 -
CMYK 0.22 0.61 0 0.26
HSL 278.79º 0.47% 0.51% -
HSV(B) 278.79º 0.61% 0.74% -
XYZ 23.78 14.74 49.73 -
YUV 108.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 148 73 189 0.22 0.61 0 0.26 278.79 0.47 0.51
Hex 94 49 BD 16 3D 0 1A 117 2F 33
Octal 224 111 275 26 75 0 32 427 57 63
Binary 10010100 1001001 10111101 10110 111101 0 11010 100010111 101111 110011

Color Harmonies of #9449BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449BD

Black with #9449BD

Text Example


Text Example

White with #9449BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9449BD; }

 p { color: rgb(148,73,189); }

 H1.HeaderClassName
 {
   color: #9449BD;
 }
 .AnyTagClassName
 {
   color: #9449BD;
 }
</style>

background-color css

<style>
 a { background-color: #9449BD; }

 a { background-color: rgb(148,73,189); }

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

border-color css

<style>
 span { border-color: #9449BD; }

 span { border-color: rgb(148,73,189); }

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