#9D7FD0

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

Shades of Cold Purple #9D7FD0

Tints of Cold Purple #9D7FD0

Color information

#9D7FD0 (or 0x9D7FD0) is unknown color: approx Cold Purple. HEX triplet: 9D, 7F and D0. RGB value is (157,127,208). Sum of RGB (Red+Green+Blue) = 157+127+208=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D7FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FD0 is #62802F. Grayscale: #909090. Windows color (decimal): -6455344 or 13664157. OLE color: 13664157.

HSL color Cylindrical-coordinate representation of color #9D7FD0: hue angle of 262.22º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D7FD0 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB157127208-
CMYK0.250.3900.18
HSL262.22º46.29%65.69%-
HSV(B)262.22º38.94%81.57%-
XYZ32.8826.963.13-
YUV145.2163.44136.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=31.91%
G=25.81%
B=42.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1571272080.250.3900.18262.2246.2965.69
Hex9D7FD019270121062e42
Octal235177320314702240656102
Binary10011101111111111010000110011001110100101000001101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,127,208); }

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

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

 a { background-color: rgb(157,127,208); }

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

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

 span { border-color: rgb(157,127,208); }

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