Html Css Color HEX #943DAE Deep Lilac

📋 copy color: '#943DAE'

red 148 ◦ green 61 ◦ blue 174

#943DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #943DAE

Tints of Deep Lilac #943DAE

RGB

 RED value IS 148 (58.2% from 255) = 38.64%

 GREEN value IS 61 (24.22% from 255) = 15.93%

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 38.64%
G = 15.93%
B = 45.43%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#943DAE (or 0x943DAE) is known color: Deep Lilac. HEX triplet: 94, 3D and AE. RGB value is (148,61,174). Sum of RGB (Red+Green+Blue) = 148+61+174=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #943DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DAE is #6BC251. Grayscale: #636363. Windows color (decimal): -7062098 or 11419028. OLE color: 11419028.

HSL color Cylindrical-coordinate representation of color #943DAE: hue angle of 286.19º 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 #943DAE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 61 174 -
CMYK 0.15 0.65 0 0.32
HSL 286.19º 0.48% 0.46% -
HSV(B) 286.19º 0.65% 0.68% -
XYZ 21.52 12.69 41.36 -
YUV 99.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 148 61 174 0.15 0.65 0 0.32 286.19 0.48 0.46
Hex 94 3D AE F 41 0 20 11E 30 2E
Octal 224 75 256 17 101 0 40 436 60 56
Binary 10010100 111101 10101110 1111 1000001 0 100000 100011110 110000 101110

Color Harmonies of #943DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DAE

Black with #943DAE

Text Example


Text Example

White with #943DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #943DAE;
 }
 .AnyTagClassName
 {
   color: #943DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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