#9A91AE

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

Shades of Cold Purple #9A91AE

Tints of Cold Purple #9A91AE

Color information

#9A91AE (or 0x9A91AE) is unknown color: approx Cold Purple. HEX triplet: 9A, 91 and AE. RGB value is (154,145,174). Sum of RGB (Red+Green+Blue) = 154+145+174=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A91AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A91AE is #656E51. Grayscale: #969696. Windows color (decimal): -6647378 or 11440538. OLE color: 11440538.

HSL color Cylindrical-coordinate representation of color #9A91AE: hue angle of 258.62º 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 #9A91AE is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154145174-
CMYK0.110.1700.32
HSL258.62º15.18%62.55%-
HSV(B)258.62º16.67%68.24%-
XYZ31.0930.1844.23-
YUV151140.98130.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=32.56%
G=30.66%
B=36.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541451740.110.1700.32258.6215.1862.55
Hex9A91AEB11020103f3f
Octal23222125613210404031777
Binary10011010100100011010111010111000101000001000000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A91AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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