Html Css Color HEX #9449BB Deep Lilac

📋 copy color: '#9449BB'

red 148 ◦ green 73 ◦ blue 187

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

Shades of Deep Lilac #9449BB

Tints of Deep Lilac #9449BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 36.27%
G = 17.89%
B = 45.83%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9449BB (or 0x9449BB) is known color: Deep Lilac. HEX triplet: 94, 49 and BB. RGB value is (148,73,187). Sum of RGB (Red+Green+Blue) = 148+73+187=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #9449BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449BB is #6BB644. Grayscale: #6C6C6C. Windows color (decimal): -7059013 or 12274068. OLE color: 12274068.

HSL color Cylindrical-coordinate representation of color #9449BB: hue angle of 279.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9449BB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 73 187 -
CMYK 0.21 0.61 0 0.27
HSL 279.47º 0.46% 0.51% -
HSV(B) 279.47º 0.61% 0.73% -
XYZ 23.56 14.65 48.6 -
YUV 108.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 148 73 187 0.21 0.61 0 0.27 279.47 0.46 0.51
Hex 94 49 BB 15 3D 0 1B 117 2E 33
Octal 224 111 273 25 75 0 33 427 56 63
Binary 10010100 1001001 10111011 10101 111101 0 11011 100010111 101110 110011

Color Harmonies of #9449BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449BB

Black with #9449BB

Text Example


Text Example

White with #9449BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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