Html Css Color HEX #9941AB Deep Lilac

📋 copy color: '#9941AB'

red 153 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #9941AB

Tints of Deep Lilac #9941AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.71%

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

R = 39.33%
G = 16.71%
B = 43.96%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9941AB (or 0x9941AB) is known color: Deep Lilac. HEX triplet: 99, 41 and AB. RGB value is (153,65,171). Sum of RGB (Red+Green+Blue) = 153+65+171=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #9941AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9941AB is #66BE54. Grayscale: #676767. Windows color (decimal): -6733397 or 11223449. OLE color: 11223449.

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

Color convert

RGB 153 65 171 -
CMYK 0.11 0.62 0 0.33
HSL 289.81º 0.45% 0.46% -
HSV(B) 289.81º 0.62% 0.67% -
XYZ 22.38 13.49 39.95 -
YUV 103.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 153 65 171 0.11 0.62 0 0.33 289.81 0.45 0.46
Hex 99 41 AB B 3E 0 21 122 2D 2E
Octal 231 101 253 13 76 0 41 442 55 56
Binary 10011001 1000001 10101011 1011 111110 0 100001 100100010 101101 101110

Color Harmonies of #9941AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9941AB

Black with #9941AB

Text Example


Text Example

White with #9941AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9941AB; }

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

 H1.HeaderClassName
 {
   color: #9941AB;
 }
 .AnyTagClassName
 {
   color: #9941AB;
 }
</style>

background-color css

<style>
 a { background-color: #9941AB; }

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

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

border-color css

<style>
 span { border-color: #9941AB; }

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

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