Html Css Color HEX #9199A1 Grey Chateau

📋 copy color: '#9199A1'

red 145 ◦ green 153 ◦ blue 161

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

Shades of Grey Chateau #9199A1

Tints of Grey Chateau #9199A1

RGB

 RED value IS 145 (57.03% from 255) = 31.59%

 GREEN value IS 153 (60.16% from 255) = 33.33%

 BLUE value IS 161 (63.28% from 255) = 35.08%

R = 31.59%
G = 33.33%
B = 35.08%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9199A1 (or 0x9199A1) is known color: Grey Chateau. HEX triplet: 91, 99 and A1. RGB value is (145,153,161). Sum of RGB (Red+Green+Blue) = 145+153+161=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 161 - color contains mainly: blue. Hex color #9199A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9199A1 is #6E665E. Grayscale: #979797. Windows color (decimal): -7235167 or 10590609. OLE color: 10590609.

HSL color Cylindrical-coordinate representation of color #9199A1: hue angle of 210º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9199A1 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 145 153 161 -
CMYK 0.10 0.05 0 0.37
HSL 210º 0.08% 0.6% -
HSV(B) 210º 0.1% 0.63% -
XYZ 29.5 31.38 38.22 -
YUV 151.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 145 153 161 0.10 0.05 0 0.37 210 0.08 0.6
Hex 91 99 A1 A 5 0 25 D2 8 3C
Octal 221 231 241 12 5 0 45 322 10 74
Binary 10010001 10011001 10100001 1010 101 0 100101 11010010 1000 111100

Color Harmonies of #9199A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199A1

Black with #9199A1

Text Example


Text Example

White with #9199A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9199A1; }

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

 H1.HeaderClassName
 {
   color: #9199A1;
 }
 .AnyTagClassName
 {
   color: #9199A1;
 }
</style>

background-color css

<style>
 a { background-color: #9199A1; }

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

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

border-color css

<style>
 span { border-color: #9199A1; }

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

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