#9F94AF

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

Shades of Cold Purple #9F94AF

Tints of Cold Purple #9F94AF

Color information

#9F94AF (or 0x9F94AF) is unknown color: approx Cold Purple. HEX triplet: 9F, 94 and AF. RGB value is (159,148,175). Sum of RGB (Red+Green+Blue) = 159+148+175=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F94AF is #606B50. Grayscale: #9A9A9A. Windows color (decimal): -6318929 or 11506847. OLE color: 11506847.

HSL color Cylindrical-coordinate representation of color #9F94AF: hue angle of 264.44º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F94AF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159148175-
CMYK0.090.1500.31
HSL264.44º14.44%63.33%-
HSV(B)264.44º15.43%68.63%-
XYZ32.6331.6544.95-
YUV154.37139.64131.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=32.99%
G=30.71%
B=36.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591481750.090.1500.31264.4414.4463.33
Hex9F94AF9F01F108e3f
Octal23722425711170374101677
Binary100111111001010010101111100111110111111000010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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