#9D8DCD

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

Shades of Cold Purple #9D8DCD

Tints of Cold Purple #9D8DCD

Color information

#9D8DCD (or 0x9D8DCD) is unknown color: approx Cold Purple. HEX triplet: 9D, 8D and CD. RGB value is (157,141,205). Sum of RGB (Red+Green+Blue) = 157+141+205=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DCD is #627232. Grayscale: #989898. Windows color (decimal): -6451763 or 13471133. OLE color: 13471133.

HSL color Cylindrical-coordinate representation of color #9D8DCD: hue angle of 255º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D8DCD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157141205-
CMYK0.230.3100.20
HSL255º39.02%67.84%-
HSV(B)255º31.22%80.39%-
XYZ34.4530.6361.85-
YUV153.08157.3130.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.21%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=31.21%
G=28.03%
B=40.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571412050.230.3100.2025539.0267.84
Hex9D8DCD171F014ff2744
Octal235215315273702437747104
Binary1001110110001101110011011011111111010100111111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,205); }

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

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

 a { background-color: rgb(157,141,205); }

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

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

 span { border-color: rgb(157,141,205); }

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