#9F91AE

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

Shades of Cold Purple #9F91AE

Tints of Cold Purple #9F91AE

Color information

#9F91AE (or 0x9F91AE) is unknown color: approx Cold Purple. HEX triplet: 9F, 91 and AE. RGB value is (159,145,174). Sum of RGB (Red+Green+Blue) = 159+145+174=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F91AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F91AE is #606E51. Grayscale: #989898. Windows color (decimal): -6319698 or 11440543. OLE color: 11440543.

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

Color convert

RGB159145174-
CMYK0.090.1700.32
HSL268.97º15.18%62.55%-
HSV(B)268.97º16.67%68.24%-
XYZ32.0630.6844.28-
YUV152.49140.14132.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=33.26%
G=30.33%
B=36.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591451740.090.1700.32268.9715.1862.55
Hex9F91AE91102010df3f
Octal23722125611210404151777
Binary10011111100100011010111010011000101000001000011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,174); }

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

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

 a { background-color: rgb(159,145,174); }

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

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

 span { border-color: rgb(159,145,174); }

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