#944BCB

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

Shades of Deep Lilac #944BCB

Tints of Deep Lilac #944BCB

Color information

#944BCB (or 0x944BCB) is unknown color: approx Deep Lilac. HEX triplet: 94, 4B and CB. RGB value is (148,75,203). Sum of RGB (Red+Green+Blue) = 148+75+203=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #944BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BCB is #6BB434. Grayscale: #6E6E6E. Windows color (decimal): -7058485 or 13323156. OLE color: 13323156.

HSL color Cylindrical-coordinate representation of color #944BCB: hue angle of 274.22º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #944BCB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14875203-
CMYK0.270.6300.20
HSL274.22º55.17%54.51%-
HSV(B)274.22º63.05%79.61%-
XYZ25.5115.6458.17-
YUV111.42179.68154.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=34.74%
G=17.61%
B=47.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148752030.270.6300.20274.2255.1754.51
Hex944BCB1B3F0141123737
Octal22411331333770244226767
Binary1001010010010111100101111011111111010100100010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944BCB; }

 p { color: rgb(148,75,203); }

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

<style>
 a { background-color: #944BCB; }

 a { background-color: rgb(148,75,203); }

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

<style>
 span { border-color: #944BCB; }

 span { border-color: rgb(148,75,203); }

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