#9D87CD

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

Shades of Cold Purple #9D87CD

Tints of Cold Purple #9D87CD

Color information

#9D87CD (or 0x9D87CD) is unknown color: approx Cold Purple. HEX triplet: 9D, 87 and CD. RGB value is (157,135,205). Sum of RGB (Red+Green+Blue) = 157+135+205=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D87CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D87CD is #627832. Grayscale: #959595. Windows color (decimal): -6453299 or 13469597. OLE color: 13469597.

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

Color convert

RGB157135205-
CMYK0.230.3400.20
HSL258.86º41.18%66.67%-
HSV(B)258.86º34.15%80.39%-
XYZ33.5928.961.57-
YUV149.56159.29133.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=31.59%
G=27.16%
B=41.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571352050.230.3400.20258.8641.1866.67
Hex9D87CD17220141032943
Octal235207315274202440351103
Binary100111011000011111001101101111000100101001000000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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