Html Css Color HEX #993DAD Deep Lilac

📋 copy color: '#993DAD'

red 153 ◦ green 61 ◦ blue 173

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

Shades of Deep Lilac #993DAD

Tints of Deep Lilac #993DAD

RGB

 RED value IS 153 (60.16% from 255) = 39.53%

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

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

R = 39.53%
G = 15.76%
B = 44.7%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#993DAD (or 0x993DAD) is known color: Deep Lilac. HEX triplet: 99, 3D and AD. RGB value is (153,61,173). Sum of RGB (Red+Green+Blue) = 153+61+173=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #993DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DAD is #66C252. Grayscale: #646464. Windows color (decimal): -6734419 or 11353497. OLE color: 11353497.

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

Color convert

RGB 153 61 173 -
CMYK 0.12 0.65 0 0.32
HSL 289.29º 0.48% 0.46% -
HSV(B) 289.29º 0.65% 0.68% -
XYZ 22.35 13.13 40.89 -
YUV 101.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 153 61 173 0.12 0.65 0 0.32 289.29 0.48 0.46
Hex 99 3D AD C 41 0 20 121 30 2E
Octal 231 75 255 14 101 0 40 441 60 56
Binary 10011001 111101 10101101 1100 1000001 0 100000 100100001 110000 101110

Color Harmonies of #993DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DAD

Black with #993DAD

Text Example


Text Example

White with #993DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #993DAD;
 }
 .AnyTagClassName
 {
   color: #993DAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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