#9F98AB

Color #9F98AB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9F98AB

Tints of Cold Purple #9F98AB

Color information

#9F98AB (or 0x9F98AB) is unknown color: approx Cold Purple. HEX triplet: 9F, 98 and AB. RGB value is (159,152,171). Sum of RGB (Red+Green+Blue) = 159+152+171=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F98AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F98AB is #606754. Grayscale: #9C9C9C. Windows color (decimal): -6317909 or 11245727. OLE color: 11245727.

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

Color convert

RGB159152171-
CMYK0.070.1100.33
HSL262.11º10.16%63.33%-
HSV(B)262.11º11.11%67.06%-
XYZ32.8832.7743.12-
YUV156.26136.32129.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=32.99%
G=31.54%
B=35.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591521710.070.1100.33262.1110.1663.33
Hex9F98AB7B021106a3f
Octal2372302537130414061277
Binary100111111001100010101011111101101000011000001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,152,171); }

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

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

 a { background-color: rgb(159,152,171); }

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

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

 span { border-color: rgb(159,152,171); }

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