#9F94AB

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

Shades of Cold Purple #9F94AB

Tints of Cold Purple #9F94AB

Color information

#9F94AB (or 0x9F94AB) is unknown color: approx Cold Purple. HEX triplet: 9F, 94 and AB. RGB value is (159,148,171). Sum of RGB (Red+Green+Blue) = 159+148+171=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F94AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F94AB is #606B54. Grayscale: #999999. Windows color (decimal): -6318933 or 11244703. OLE color: 11244703.

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

Color convert

RGB159148171-
CMYK0.070.1300.33
HSL268.7º12.04%62.55%-
HSV(B)268.7º13.45%67.06%-
XYZ32.2431.4942.91-
YUV153.91137.64131.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=33.26%
G=30.96%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591481710.070.1300.33268.712.0462.55
Hex9F94AB7D02110dc3f
Octal2372242537150414151477
Binary100111111001010010101011111110101000011000011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F94AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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