#9D8FAC

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

Shades of Cold Purple #9D8FAC

Tints of Cold Purple #9D8FAC

Color information

#9D8FAC (or 0x9D8FAC) is unknown color: approx Cold Purple. HEX triplet: 9D, 8F and AC. RGB value is (157,143,172). Sum of RGB (Red+Green+Blue) = 157+143+172=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8FAC is #627053. Grayscale: #969696. Windows color (decimal): -6451284 or 11308957. OLE color: 11308957.

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

Color convert

RGB157143172-
CMYK0.090.1700.33
HSL268.97º14.87%61.76%-
HSV(B)268.97º16.86%67.45%-
XYZ31.1729.7943.14-
YUV150.49140.14132.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=33.26%
G=30.30%
B=36.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571431720.090.1700.33268.9714.8761.76
Hex9D8FAC91102110df3e
Octal23521725411210414151776
Binary10011101100011111010110010011000101000011000011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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