Html Css Color HEX #9F99AA Spun Pearl

📋 copy color: '#9F99AA'

red 159 ◦ green 153 ◦ blue 170

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

Shades of Spun Pearl #9F99AA

Tints of Spun Pearl #9F99AA

RGB

 RED value IS 159 (62.5% from 255) = 32.99%

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

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 32.99%
G = 31.74%
B = 35.27%

CMYK

 C value IS 0.06

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F99AA (or 0x9F99AA) is known color: Spun Pearl. HEX triplet: 9F, 99 and AA. RGB value is (159,153,170). Sum of RGB (Red+Green+Blue) = 159+153+170=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F99AA is #606655. Grayscale: #9C9C9C. Windows color (decimal): -6317654 or 11180447. OLE color: 11180447.

HSL color Cylindrical-coordinate representation of color #9F99AA: hue angle of 261.18º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F99AA is Cyan = 0.06, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 153 170 -
CMYK 0.06 0.1 0 0.33
HSL 261.18º 0.09% 0.63% -
HSV(B) 261.18º 0.1% 0.67% -
XYZ 32.95 33.06 42.67 -
YUV 156.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 159 153 170 0.06 0.1 0 0.33 261.18 0.09 0.63
Hex 9F 99 AA 6 A 0 21 105 9 3F
Octal 237 231 252 6 12 0 41 405 11 77
Binary 10011111 10011001 10101010 110 1010 0 100001 100000101 1001 111111

Color Harmonies of #9F99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F99AA

Black with #9F99AA

Text Example


Text Example

White with #9F99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F99AA; }

 p { color: rgb(159,153,170); }

 H1.HeaderClassName
 {
   color: #9F99AA;
 }
 .AnyTagClassName
 {
   color: #9F99AA;
 }
</style>

background-color css

<style>
 a { background-color: #9F99AA; }

 a { background-color: rgb(159,153,170); }

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

border-color css

<style>
 span { border-color: #9F99AA; }

 span { border-color: rgb(159,153,170); }

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