#9D95AC

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

Shades of Cold Purple #9D95AC

Tints of Cold Purple #9D95AC

Color information

#9D95AC (or 0x9D95AC) is unknown color: approx Cold Purple. HEX triplet: 9D, 95 and AC. RGB value is (157,149,172). Sum of RGB (Red+Green+Blue) = 157+149+172=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D95AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D95AC is #626A53. Grayscale: #999999. Windows color (decimal): -6449748 or 11310493. OLE color: 11310493.

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

Color convert

RGB157149172-
CMYK0.090.1300.33
HSL260.87º12.17%62.94%-
HSV(B)260.87º13.37%67.45%-
XYZ32.131.6443.45-
YUV154.01138.15130.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=32.85%
G=31.17%
B=35.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571491720.090.1300.33260.8712.1762.94
Hex9D95AC9D021105c3f
Octal23522525411150414051477
Binary1001110110010101101011001001110101000011000001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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