#9D94AA

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

Shades of Cold Purple #9D94AA

Tints of Cold Purple #9D94AA

Color information

#9D94AA (or 0x9D94AA) is unknown color: approx Cold Purple. HEX triplet: 9D, 94 and AA. RGB value is (157,148,170). Sum of RGB (Red+Green+Blue) = 157+148+170=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D94AA is #626B55. Grayscale: #999999. Windows color (decimal): -6450006 or 11179165. OLE color: 11179165.

HSL color Cylindrical-coordinate representation of color #9D94AA: hue angle of 264.55º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D94AA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157148170-
CMYK0.080.1300.33
HSL264.55º11.46%62.35%-
HSV(B)264.55º12.94%66.67%-
XYZ31.7531.2542.39-
YUV153.2137.48130.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.05%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=33.05%
G=31.16%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571481700.080.1300.33264.5511.4662.35
Hex9D94AA8D021109b3e
Octal23522425210150414111376
Binary1001110110010100101010101000110101000011000010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,170); }

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

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

 a { background-color: rgb(157,148,170); }

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

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

 span { border-color: rgb(157,148,170); }

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