#9D94AC

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

Shades of Cold Purple #9D94AC

Tints of Cold Purple #9D94AC

Color information

#9D94AC (or 0x9D94AC) is unknown color: approx Cold Purple. HEX triplet: 9D, 94 and AC. RGB value is (157,148,172). Sum of RGB (Red+Green+Blue) = 157+148+172=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D94AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D94AC is #626B53. Grayscale: #999999. Windows color (decimal): -6450004 or 11310237. OLE color: 11310237.

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

Color convert

RGB157148172-
CMYK0.090.1400.33
HSL262.5º12.63%62.75%-
HSV(B)262.5º13.95%67.45%-
XYZ31.9431.3343.39-
YUV153.43138.48130.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=32.91%
G=31.03%
B=36.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571481720.090.1400.33262.512.6362.75
Hex9D94AC9E021106d3f
Octal23522425411160414061577
Binary1001110110010100101011001001111001000011000001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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