#9F99AD

Color #9F99AD Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #9F99AD

Tints of Spun Pearl #9F99AD

Color information

#9F99AD (or 0x9F99AD) is unknown color: approx Spun Pearl. HEX triplet: 9F, 99 and AD. RGB value is (159,153,173). Sum of RGB (Red+Green+Blue) = 159+153+173=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F99AD is #606652. Grayscale: #9D9D9D. Windows color (decimal): -6317651 or 11377055. OLE color: 11377055.

HSL color Cylindrical-coordinate representation of color #9F99AD: hue angle of 258º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F99AD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159153173-
CMYK0.080.1200.32
HSL258º10.87%63.92%-
HSV(B)258º11.56%67.84%-
XYZ33.2333.1744.19-
YUV157.07136.99129.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=32.78%
G=31.55%
B=35.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591531730.080.1200.3225810.8763.92
Hex9F99AD8C020102b40
Octal237231255101404040213100
Binary10011111100110011010110110001100010000010000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F99AD;
 }
 .AnyTagClassName
 {
   color: #9F99AD;
 }
</style>
background-color css

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

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

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

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

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

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