#9A8FAE

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

Shades of Cold Purple #9A8FAE

Tints of Cold Purple #9A8FAE

Color information

#9A8FAE (or 0x9A8FAE) is unknown color: approx Cold Purple. HEX triplet: 9A, 8F and AE. RGB value is (154,143,174). Sum of RGB (Red+Green+Blue) = 154+143+174=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8FAE is #657051. Grayscale: #959595. Windows color (decimal): -6647890 or 11440026. OLE color: 11440026.

HSL color Cylindrical-coordinate representation of color #9A8FAE: hue angle of 261.29º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A8FAE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154143174-
CMYK0.110.1800.32
HSL261.29º16.06%62.16%-
HSV(B)261.29º17.82%68.24%-
XYZ30.7929.5744.13-
YUV149.82141.64130.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=32.70%
G=30.36%
B=36.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541431740.110.1800.32261.2916.0662.16
Hex9A8FAEB12020105103e
Octal23221725613220404052076
Binary100110101000111110101110101110010010000010000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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