Html Css Color HEX #993BAB Deep Lilac

📋 copy color: '#993BAB'

red 153 ◦ green 59 ◦ blue 171

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

Shades of Deep Lilac #993BAB

Tints of Deep Lilac #993BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.4%

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

R = 39.95%
G = 15.4%
B = 44.65%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#993BAB (or 0x993BAB) is known color: Deep Lilac. HEX triplet: 99, 3B and AB. RGB value is (153,59,171). Sum of RGB (Red+Green+Blue) = 153+59+171=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #993BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993BAB is #66C454. Grayscale: #636363. Windows color (decimal): -6734933 or 11221913. OLE color: 11221913.

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

Color convert

RGB 153 59 171 -
CMYK 0.11 0.65 0 0.33
HSL 290.36º 0.49% 0.45% -
HSV(B) 290.36º 0.65% 0.67% -
XYZ 22.05 12.84 39.84 -
YUV 99.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 153 59 171 0.11 0.65 0 0.33 290.36 0.49 0.45
Hex 99 3B AB B 41 0 21 122 31 2D
Octal 231 73 253 13 101 0 41 442 61 55
Binary 10011001 111011 10101011 1011 1000001 0 100001 100100010 110001 101101

Color Harmonies of #993BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BAB

Black with #993BAB

Text Example


Text Example

White with #993BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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