Html Css Color HEX #993FAD Deep Lilac

📋 copy color: '#993FAD'

red 153 ◦ green 63 ◦ blue 173

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

Shades of Deep Lilac #993FAD

Tints of Deep Lilac #993FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 16.2%

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

R = 39.33%
G = 16.2%
B = 44.47%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#993FAD (or 0x993FAD) is known color: Deep Lilac. HEX triplet: 99, 3F and AD. RGB value is (153,63,173). Sum of RGB (Red+Green+Blue) = 153+63+173=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #993FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FAD is #66C052. Grayscale: #666666. Windows color (decimal): -6733907 or 11354009. OLE color: 11354009.

HSL color Cylindrical-coordinate representation of color #993FAD: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993FAD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 63 173 -
CMYK 0.12 0.64 0 0.32
HSL 289.09º 0.47% 0.46% -
HSV(B) 289.09º 0.64% 0.68% -
XYZ 22.46 13.34 40.93 -
YUV 102.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 153 63 173 0.12 0.64 0 0.32 289.09 0.47 0.46
Hex 99 3F AD C 40 0 20 121 2F 2E
Octal 231 77 255 14 100 0 40 441 57 56
Binary 10011001 111111 10101101 1100 1000000 0 100000 100100001 101111 101110

Color Harmonies of #993FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993FAD

Black with #993FAD

Text Example


Text Example

White with #993FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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