#9448B8

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

Shades of Deep Lilac #9448B8

Tints of Deep Lilac #9448B8

Color information

#9448B8 (or 0x9448B8) is unknown color: approx Deep Lilac. HEX triplet: 94, 48 and B8. RGB value is (148,72,184). Sum of RGB (Red+Green+Blue) = 148+72+184=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #9448B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448B8 is #6BB747. Grayscale: #6B6B6B. Windows color (decimal): -7059272 or 12077204. OLE color: 12077204.

HSL color Cylindrical-coordinate representation of color #9448B8: hue angle of 280.71º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9448B8 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14872184-
CMYK0.200.6100.28
HSL280.71º44.09%50.2%-
HSV(B)280.71º60.87%72.16%-
XYZ23.1814.3946.9-
YUV107.49171.18156.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 72 (28.52% from 255) = 17.82%
BLUE value IS 184 (72.27% from 255) = 45.54%
R=36.63%
G=17.82%
B=45.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148721840.200.6100.28280.7144.0950.2
Hex9448B8143D01C1192c32
Octal22411027024750344315462
Binary1001010010010001011100010100111101011100100011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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