#9444B3

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

Shades of Deep Lilac #9444B3

Tints of Deep Lilac #9444B3

Color information

#9444B3 (or 0x9444B3) is unknown color: approx Deep Lilac. HEX triplet: 94, 44 and B3. RGB value is (148,68,179). Sum of RGB (Red+Green+Blue) = 148+68+179=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #9444B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9444B3 is #6BBB4C. Grayscale: #686868. Windows color (decimal): -7060301 or 11748500. OLE color: 11748500.

HSL color Cylindrical-coordinate representation of color #9444B3: hue angle of 283.24º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9444B3 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14868179-
CMYK0.170.6200.30
HSL283.24º44.94%48.43%-
HSV(B)283.24º62.01%70.2%-
XYZ22.4213.6844.11-
YUV104.57170158.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 179 (70.31% from 255) = 45.32%
R=37.47%
G=17.22%
B=45.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148681790.170.6200.30283.2444.9448.43
Hex9444B3113E01E11b2d30
Octal22410426321760364335560
Binary1001010010001001011001110001111110011110100011011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9444B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9444B3; }

 p { color: rgb(148,68,179); }

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

<style>
 a { background-color: #9444B3; }

 a { background-color: rgb(148,68,179); }

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

<style>
 span { border-color: #9444B3; }

 span { border-color: rgb(148,68,179); }

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