#9D60D9

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

Shades of Amethyst #9D60D9

Tints of Amethyst #9D60D9

Color information

#9D60D9 (or 0x9D60D9) is unknown color: approx Amethyst. HEX triplet: 9D, 60 and D9. RGB value is (157,96,217). Sum of RGB (Red+Green+Blue) = 157+96+217=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D60D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60D9 is #629F26. Grayscale: #7F7F7F. Windows color (decimal): -6463271 or 14246045. OLE color: 14246045.

HSL color Cylindrical-coordinate representation of color #9D60D9: hue angle of 270.25º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D60D9 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15796217-
CMYK0.280.5600.15
HSL270.25º61.42%61.37%-
HSV(B)270.25º55.76%85.1%-
XYZ30.6120.5468-
YUV128.03178.21148.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 96 (37.89% from 255) = 20.43%
BLUE value IS 217 (85.16% from 255) = 46.17%
R=33.40%
G=20.43%
B=46.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157962170.280.5600.15270.2561.4261.37
Hex9D60D91C380F10e3d3d
Octal23514033134700174167575
Binary100111011100000110110011110011100001111100001110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D60D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,217); }

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

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

 a { background-color: rgb(157,96,217); }

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

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

 span { border-color: rgb(157,96,217); }

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