#9D8FAE

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

Shades of Cold Purple #9D8FAE

Tints of Cold Purple #9D8FAE

Color information

#9D8FAE (or 0x9D8FAE) is unknown color: approx Cold Purple. HEX triplet: 9D, 8F and AE. RGB value is (157,143,174). Sum of RGB (Red+Green+Blue) = 157+143+174=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8FAE is #627051. Grayscale: #969696. Windows color (decimal): -6451282 or 11440029. OLE color: 11440029.

HSL color Cylindrical-coordinate representation of color #9D8FAE: hue angle of 267.1º 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 #9D8FAE is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB157143174-
CMYK0.100.1800.32
HSL267.1º16.06%62.16%-
HSV(B)267.1º17.82%68.24%-
XYZ31.3729.8744.16-
YUV150.72141.14132.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=33.12%
G=30.17%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571431740.100.1800.32267.116.0662.16
Hex9D8FAEA1202010b103e
Octal23521725612220404132076
Binary100111011000111110101110101010010010000010000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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