Html Css Color HEX #993AAB Deep Lilac

📋 copy color: '#993AAB'

red 153 ◦ green 58 ◦ blue 171

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

Shades of Deep Lilac #993AAB

Tints of Deep Lilac #993AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 40.05%
G = 15.18%
B = 44.76%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#993AAB (or 0x993AAB) is known color: Deep Lilac. HEX triplet: 99, 3A and AB. RGB value is (153,58,171). Sum of RGB (Red+Green+Blue) = 153+58+171=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #993AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AAB is #66C554. Grayscale: #626262. Windows color (decimal): -6735189 or 11221657. OLE color: 11221657.

HSL color Cylindrical-coordinate representation of color #993AAB: hue angle of 290.44º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993AAB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 58 171 -
CMYK 0.11 0.66 0 0.33
HSL 290.44º 0.49% 0.45% -
HSV(B) 290.44º 0.66% 0.67% -
XYZ 22 12.74 39.83 -
YUV 99.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 153 58 171 0.11 0.66 0 0.33 290.44 0.49 0.45
Hex 99 3A AB B 42 0 21 122 31 2D
Octal 231 72 253 13 102 0 41 442 61 55
Binary 10011001 111010 10101011 1011 1000010 0 100001 100100010 110001 101101

Color Harmonies of #993AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993AAB

Black with #993AAB

Text Example


Text Example

White with #993AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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