Html Css Color HEX #9991AD Grey Suit

📋 copy color: '#9991AD'

red 153 ◦ green 145 ◦ blue 173

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

Shades of Grey Suit #9991AD

Tints of Grey Suit #9991AD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.79%

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

R = 32.48%
G = 30.79%
B = 36.73%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9991AD (or 0x9991AD) is known color: Grey Suit. HEX triplet: 99, 91 and AD. RGB value is (153,145,173). Sum of RGB (Red+Green+Blue) = 153+145+173=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #9991AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9991AD is #666E52. Grayscale: #969696. Windows color (decimal): -6712915 or 11375001. OLE color: 11375001.

HSL color Cylindrical-coordinate representation of color #9991AD: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9991AD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 145 173 -
CMYK 0.12 0.16 0 0.32
HSL 257.14º 0.15% 0.62% -
HSV(B) 257.14º 0.16% 0.68% -
XYZ 30.81 30.04 43.71 -
YUV 150.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 153 145 173 0.12 0.16 0 0.32 257.14 0.15 0.62
Hex 99 91 AD C 10 0 20 101 F 3E
Octal 231 221 255 14 20 0 40 401 17 76
Binary 10011001 10010001 10101101 1100 10000 0 100000 100000001 1111 111110

Color Harmonies of #9991AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991AD

Black with #9991AD

Text Example


Text Example

White with #9991AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9991AD; }

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

 H1.HeaderClassName
 {
   color: #9991AD;
 }
 .AnyTagClassName
 {
   color: #9991AD;
 }
</style>

background-color css

<style>
 a { background-color: #9991AD; }

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

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

border-color css

<style>
 span { border-color: #9991AD; }

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

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