Html Css Color HEX #943CAD Deep Lilac

📋 copy color: '#943CAD'

red 148 ◦ green 60 ◦ blue 173

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

Shades of Deep Lilac #943CAD

Tints of Deep Lilac #943CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.75%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 38.85%
G = 15.75%
B = 45.41%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#943CAD (or 0x943CAD) is known color: Deep Lilac. HEX triplet: 94, 3C and AD. RGB value is (148,60,173). Sum of RGB (Red+Green+Blue) = 148+60+173=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #943CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943CAD is #6BC352. Grayscale: #626262. Windows color (decimal): -7062355 or 11353236. OLE color: 11353236.

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

Color convert

RGB 148 60 173 -
CMYK 0.14 0.65 0 0.32
HSL 286.73º 0.48% 0.46% -
HSV(B) 286.73º 0.65% 0.68% -
XYZ 21.37 12.54 40.83 -
YUV 99.19 169.65 162.81 -
System Red Green Blue C M Y K H S L
Decimal 148 60 173 0.14 0.65 0 0.32 286.73 0.48 0.46
Hex 94 3C AD E 41 0 20 11F 30 2E
Octal 224 74 255 16 101 0 40 437 60 56
Binary 10010100 111100 10101101 1110 1000001 0 100000 100011111 110000 101110

Color Harmonies of #943CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CAD

Black with #943CAD

Text Example


Text Example

White with #943CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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