Html Css Color HEX #993AAD Deep Lilac

📋 copy color: '#993AAD'

red 153 ◦ green 58 ◦ blue 173

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

Shades of Deep Lilac #993AAD

Tints of Deep Lilac #993AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.1%

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

R = 39.84%
G = 15.1%
B = 45.05%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#993AAD (or 0x993AAD) is known color: Deep Lilac. HEX triplet: 99, 3A and AD. RGB value is (153,58,173). Sum of RGB (Red+Green+Blue) = 153+58+173=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #993AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AAD is #66C552. Grayscale: #636363. Windows color (decimal): -6735187 or 11352729. OLE color: 11352729.

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

Color convert

RGB 153 58 173 -
CMYK 0.12 0.66 0 0.32
HSL 289.57º 0.5% 0.45% -
HSV(B) 289.57º 0.66% 0.68% -
XYZ 22.19 12.82 40.84 -
YUV 99.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 153 58 173 0.12 0.66 0 0.32 289.57 0.5 0.45
Hex 99 3A AD C 42 0 20 122 32 2D
Octal 231 72 255 14 102 0 40 442 62 55
Binary 10011001 111010 10101101 1100 1000010 0 100000 100100010 110010 101101

Color Harmonies of #993AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993AAD

Black with #993AAD

Text Example


Text Example

White with #993AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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