#9F96AB

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

Shades of Cold Purple #9F96AB

Tints of Cold Purple #9F96AB

Color information

#9F96AB (or 0x9F96AB) is unknown color: approx Cold Purple. HEX triplet: 9F, 96 and AB. RGB value is (159,150,171). Sum of RGB (Red+Green+Blue) = 159+150+171=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F96AB is #606954. Grayscale: #9B9B9B. Windows color (decimal): -6318421 or 11245215. OLE color: 11245215.

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

Color convert

RGB159150171-
CMYK0.070.1200.33
HSL265.71º11.11%62.94%-
HSV(B)265.71º12.28%67.06%-
XYZ32.5632.1243.01-
YUV155.08136.98130.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.12%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=33.12%
G=31.25%
B=35.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591501710.070.1200.33265.7111.1162.94
Hex9F96AB7C02110ab3f
Octal2372262537140414121377
Binary100111111001011010101011111110001000011000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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