#9760D0

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

Shades of Amethyst #9760D0

Tints of Amethyst #9760D0

Color information

#9760D0 (or 0x9760D0) is unknown color: approx Amethyst. HEX triplet: 97, 60 and D0. RGB value is (151,96,208). Sum of RGB (Red+Green+Blue) = 151+96+208=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #9760D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760D0 is #689F2F. Grayscale: #7C7C7C. Windows color (decimal): -6856496 or 13656215. OLE color: 13656215.

HSL color Cylindrical-coordinate representation of color #9760D0: hue angle of 269.46º 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 #9760D0 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15196208-
CMYK0.270.5400.18
HSL269.46º54.37%59.61%-
HSV(B)269.46º53.85%81.57%-
XYZ28.3319.561.95-
YUV125.21174.72146.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=33.19%
G=21.10%
B=45.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151962080.270.5400.18269.4654.3759.61
Hex9760D01B3601210d363c
Octal22714032033660224156674
Binary1001011111000001101000011011110110010010100001101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9760D0; }

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

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

<style>
 a { background-color: #9760D0; }

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

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

<style>
 span { border-color: #9760D0; }

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

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