Html Css Color HEX #9449B4 Deep Lilac

📋 copy color: '#9449B4'

red 148 ◦ green 73 ◦ blue 180

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

Shades of Deep Lilac #9449B4

Tints of Deep Lilac #9449B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 36.91%
G = 18.2%
B = 44.89%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9449B4 (or 0x9449B4) is known color: Deep Lilac. HEX triplet: 94, 49 and B4. RGB value is (148,73,180). Sum of RGB (Red+Green+Blue) = 148+73+180=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #9449B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449B4 is #6BB64B. Grayscale: #6B6B6B. Windows color (decimal): -7059020 or 11815316. OLE color: 11815316.

HSL color Cylindrical-coordinate representation of color #9449B4: hue angle of 282.06º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9449B4 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 73 180 -
CMYK 0.18 0.59 0 0.29
HSL 282.06º 0.42% 0.5% -
HSV(B) 282.06º 0.59% 0.71% -
XYZ 22.83 14.36 44.75 -
YUV 107.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 148 73 180 0.18 0.59 0 0.29 282.06 0.42 0.5
Hex 94 49 B4 12 3B 0 1D 11A 2A 32
Octal 224 111 264 22 73 0 35 432 52 62
Binary 10010100 1001001 10110100 10010 111011 0 11101 100011010 101010 110010

Color Harmonies of #9449B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449B4

Black with #9449B4

Text Example


Text Example

White with #9449B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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