Html Css Color HEX #993DAE Deep Lilac

📋 copy color: '#993DAE'

red 153 ◦ green 61 ◦ blue 174

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

Shades of Deep Lilac #993DAE

Tints of Deep Lilac #993DAE

RGB

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

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

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

R = 39.43%
G = 15.72%
B = 44.85%

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

#993DAE (or 0x993DAE) is known color: Deep Lilac. HEX triplet: 99, 3D and AE. RGB value is (153,61,174). Sum of RGB (Red+Green+Blue) = 153+61+174=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #993DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DAE is #66C251. Grayscale: #656565. Windows color (decimal): -6734418 or 11419033. OLE color: 11419033.

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

Color convert

RGB 153 61 174 -
CMYK 0.12 0.65 0 0.32
HSL 288.85º 0.48% 0.46% -
HSV(B) 288.85º 0.65% 0.68% -
XYZ 22.45 13.17 41.4 -
YUV 101.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 153 61 174 0.12 0.65 0 0.32 288.85 0.48 0.46
Hex 99 3D AE C 41 0 20 121 30 2E
Octal 231 75 256 14 101 0 40 441 60 56
Binary 10011001 111101 10101110 1100 1000001 0 100000 100100001 110000 101110

Color Harmonies of #993DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DAE

Black with #993DAE

Text Example


Text Example

White with #993DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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