#9760CE

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

Shades of Amethyst #9760CE

Tints of Amethyst #9760CE

Color information

#9760CE (or 0x9760CE) is unknown color: approx Amethyst. HEX triplet: 97, 60 and CE. RGB value is (151,96,206). Sum of RGB (Red+Green+Blue) = 151+96+206=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9760CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760CE is #689F31. Grayscale: #7C7C7C. Windows color (decimal): -6856498 or 13525143. OLE color: 13525143.

HSL color Cylindrical-coordinate representation of color #9760CE: hue angle of 270º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9760CE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15196206-
CMYK0.270.5300.19
HSL270º52.88%59.22%-
HSV(B)270º53.4%80.78%-
XYZ28.0919.460.66-
YUV124.99173.72146.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=33.33%
G=21.19%
B=45.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151962060.270.5300.1927052.8859.22
Hex9760CE1B3501310e353b
Octal22714031633650234166573
Binary1001011111000001100111011011110101010011100001110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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