#9D7ECD

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

Shades of Cold Purple #9D7ECD

Tints of Cold Purple #9D7ECD

Color information

#9D7ECD (or 0x9D7ECD) is unknown color: approx Cold Purple. HEX triplet: 9D, 7E and CD. RGB value is (157,126,205). Sum of RGB (Red+Green+Blue) = 157+126+205=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7ECD is #628132. Grayscale: #8F8F8F. Windows color (decimal): -6455603 or 13467293. OLE color: 13467293.

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

Color convert

RGB157126205-
CMYK0.230.3900.20
HSL263.54º44.13%64.9%-
HSV(B)263.54º38.54%80.39%-
XYZ32.3826.561.17-
YUV144.27162.27137.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=32.17%
G=25.82%
B=42.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571262050.230.3900.20263.5444.1364.9
Hex9D7ECD17270141082c41
Octal235176315274702441054101
Binary10011101111111011001101101111001110101001000010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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