#9D8CC9

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

Shades of Cold Purple #9D8CC9

Tints of Cold Purple #9D8CC9

Color information

#9D8CC9 (or 0x9D8CC9) is unknown color: approx Cold Purple. HEX triplet: 9D, 8C and C9. RGB value is (157,140,201). Sum of RGB (Red+Green+Blue) = 157+140+201=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #9D8CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CC9 is #627336. Grayscale: #979797. Windows color (decimal): -6452023 or 13208733. OLE color: 13208733.

HSL color Cylindrical-coordinate representation of color #9D8CC9: hue angle of 256.72º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D8CC9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157140201-
CMYK0.220.3000.21
HSL256.72º36.09%66.86%-
HSV(B)256.72º30.35%78.82%-
XYZ33.8330.1459.29-
YUV152.04155.63131.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 201 (78.91% from 255) = 40.36%
R=31.53%
G=28.11%
B=40.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571402010.220.3000.21256.7236.0966.86
Hex9D8CC9161E0151012443
Octal235214311263602540144103
Binary10011101100011001100100110110111100101011000000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,140,201); }

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

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

 a { background-color: rgb(157,140,201); }

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

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

 span { border-color: rgb(157,140,201); }

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