Html Css Color HEX #993CAD Deep Lilac

📋 copy color: '#993CAD'

red 153 ◦ green 60 ◦ blue 173

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

Shades of Deep Lilac #993CAD

Tints of Deep Lilac #993CAD

RGB

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

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

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

R = 39.64%
G = 15.54%
B = 44.82%

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

#993CAD (or 0x993CAD) is known color: Deep Lilac. HEX triplet: 99, 3C and AD. RGB value is (153,60,173). Sum of RGB (Red+Green+Blue) = 153+60+173=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #993CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993CAD is #66C352. Grayscale: #646464. Windows color (decimal): -6734675 or 11353241. OLE color: 11353241.

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

Color convert

RGB 153 60 173 -
CMYK 0.12 0.65 0 0.32
HSL 289.38º 0.48% 0.46% -
HSV(B) 289.38º 0.65% 0.68% -
XYZ 22.3 13.02 40.87 -
YUV 100.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 153 60 173 0.12 0.65 0 0.32 289.38 0.48 0.46
Hex 99 3C AD C 41 0 20 121 30 2E
Octal 231 74 255 14 101 0 40 441 60 56
Binary 10011001 111100 10101101 1100 1000001 0 100000 100100001 110000 101110

Color Harmonies of #993CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CAD

Black with #993CAD

Text Example


Text Example

White with #993CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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