#943DAD

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

Shades of Deep Lilac #943DAD

Tints of Deep Lilac #943DAD

Color information

#943DAD (or 0x943DAD) is unknown color: approx Deep Lilac. HEX triplet: 94, 3D and AD. RGB value is (148,61,173). Sum of RGB (Red+Green+Blue) = 148+61+173=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #943DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DAD is #6BC252. Grayscale: #636363. Windows color (decimal): -7062099 or 11353492. OLE color: 11353492.

HSL color Cylindrical-coordinate representation of color #943DAD: hue angle of 286.61º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943DAD is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14861173-
CMYK0.140.6500.32
HSL286.61º47.86%45.88%-
HSV(B)286.61º64.74%67.84%-
XYZ21.4212.6540.85-
YUV99.78169.32162.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=38.74%
G=15.97%
B=45.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148611730.140.6500.32286.6147.8645.88
Hex943DADE4102011f302e
Octal22475255161010404376056
Binary1001010011110110101101111010000010100000100011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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