Html Css Color HEX #943DAC Deep Lilac

📋 copy color: '#943DAC'

red 148 ◦ green 61 ◦ blue 172

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

Shades of Deep Lilac #943DAC

Tints of Deep Lilac #943DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 38.85%
G = 16.01%
B = 45.14%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#943DAC (or 0x943DAC) is known color: Deep Lilac. HEX triplet: 94, 3D and AC. RGB value is (148,61,172). Sum of RGB (Red+Green+Blue) = 148+61+172=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #943DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943DAC is #6BC253. Grayscale: #636363. Windows color (decimal): -7062100 or 11287956. OLE color: 11287956.

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

Color convert

RGB 148 61 172 -
CMYK 0.14 0.65 0 0.33
HSL 287.03º 0.48% 0.46% -
HSV(B) 287.03º 0.65% 0.67% -
XYZ 21.33 12.61 40.34 -
YUV 99.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 148 61 172 0.14 0.65 0 0.33 287.03 0.48 0.46
Hex 94 3D AC E 41 0 21 11F 30 2E
Octal 224 75 254 16 101 0 41 437 60 56
Binary 10010100 111101 10101100 1110 1000001 0 100001 100011111 110000 101110

Color Harmonies of #943DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DAC

Black with #943DAC

Text Example


Text Example

White with #943DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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