#9D60D0

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

Shades of Amethyst #9D60D0

Tints of Amethyst #9D60D0

Color information

#9D60D0 (or 0x9D60D0) is unknown color: approx Amethyst. HEX triplet: 9D, 60 and D0. RGB value is (157,96,208). Sum of RGB (Red+Green+Blue) = 157+96+208=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D60D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60D0 is #629F2F. Grayscale: #7E7E7E. Windows color (decimal): -6463280 or 13656221. OLE color: 13656221.

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

Color convert

RGB15796208-
CMYK0.250.5400.18
HSL272.68º54.37%59.61%-
HSV(B)272.68º53.85%81.57%-
XYZ29.4720.0962-
YUV127.01173.71149.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.06%
GREEN value IS 96 (37.89% from 255) = 20.82%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=34.06%
G=20.82%
B=45.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157962080.250.5400.18272.6854.3759.61
Hex9D60D01936012111363c
Octal23514032031660224216674
Binary1001110111000001101000011001110110010010100010001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D60D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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