#943DB1

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

Shades of Deep Lilac #943DB1

Tints of Deep Lilac #943DB1

Color information

#943DB1 (or 0x943DB1) is unknown color: approx Deep Lilac. HEX triplet: 94, 3D and B1. RGB value is (148,61,177). Sum of RGB (Red+Green+Blue) = 148+61+177=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #943DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DB1 is #6BC24E. Grayscale: #636363. Windows color (decimal): -7062095 or 11615636. OLE color: 11615636.

HSL color Cylindrical-coordinate representation of color #943DB1: hue angle of 285º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943DB1 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14861177-
CMYK0.160.6600.31
HSL285º48.74%46.67%-
HSV(B)285º65.54%69.41%-
XYZ21.8212.8142.92-
YUV100.24171.32162.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=38.34%
G=15.80%
B=45.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148611770.160.6600.3128548.7446.67
Hex943DB1104201F11d312f
Octal22475261201020374356157
Binary1001010011110110110001100001000010011111100011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943DB1; }

 p { color: rgb(148,61,177); }

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

<style>
 a { background-color: #943DB1; }

 a { background-color: rgb(148,61,177); }

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

<style>
 span { border-color: #943DB1; }

 span { border-color: rgb(148,61,177); }

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