#9448A5

Color #9448A5 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9448A5

Tints of Deep Lilac #9448A5

Color information

#9448A5 (or 0x9448A5) is unknown color: approx Deep Lilac. HEX triplet: 94, 48 and A5. RGB value is (148,72,165). Sum of RGB (Red+Green+Blue) = 148+72+165=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #9448A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9448A5 is #6BB75A. Grayscale: #696969. Windows color (decimal): -7059291 or 10832020. OLE color: 10832020.

HSL color Cylindrical-coordinate representation of color #9448A5: hue angle of 289.03º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9448A5 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14872165-
CMYK0.100.5600.35
HSL289.03º39.24%46.47%-
HSV(B)289.03º56.36%64.71%-
XYZ21.3213.6537.11-
YUV105.33161.68158.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=38.44%
G=18.70%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148721650.100.5600.35289.0339.2446.47
Hex9448A5A38023121272e
Octal22411024512700434414756
Binary1001010010010001010010110101110000100011100100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9448A5; }

 p { color: rgb(148,72,165); }

 H1.HeaderClassName
 {
   color: #9448A5;
 }
 .AnyTagClassName
 {
   color: #9448A5;
 }
</style>
background-color css

<style>
 a { background-color: #9448A5; }

 a { background-color: rgb(148,72,165); }

 div.DivClassName
 {
   background-color: #9448A5;
 }
 .BgClassName
 {
   background-color: #9448A5;
 }
</style>
border-color css

<style>
 span { border-color: #9448A5; }

 span { border-color: rgb(148,72,165); }

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