#9F95AF

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

Shades of Cold Purple #9F95AF

Tints of Cold Purple #9F95AF

Color information

#9F95AF (or 0x9F95AF) is unknown color: approx Cold Purple. HEX triplet: 9F, 95 and AF. RGB value is (159,149,175). Sum of RGB (Red+Green+Blue) = 159+149+175=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F95AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F95AF is #606A50. Grayscale: #9A9A9A. Windows color (decimal): -6318673 or 11507103. OLE color: 11507103.

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

Color convert

RGB159149175-
CMYK0.090.1500.31
HSL263.08º13.98%63.53%-
HSV(B)263.08º14.86%68.63%-
XYZ32.7831.9645-
YUV154.95139.31130.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.92%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=32.92%
G=30.85%
B=36.23%

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
Decimal1591491750.090.1500.31263.0813.9863.53
Hex9F95AF9F01F107e40
Octal237225257111703740716100
Binary1001111110010101101011111001111101111110000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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