#9760DC

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

Shades of Amethyst #9760DC

Tints of Amethyst #9760DC

Color information

#9760DC (or 0x9760DC) is unknown color: approx Amethyst. HEX triplet: 97, 60 and DC. RGB value is (151,96,220). Sum of RGB (Red+Green+Blue) = 151+96+220=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #9760DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760DC is #689F23. Grayscale: #7E7E7E. Windows color (decimal): -6856484 or 14442647. OLE color: 14442647.

HSL color Cylindrical-coordinate representation of color #9760DC: hue angle of 266.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9760DC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15196220-
CMYK0.310.5600.14
HSL266.61º63.92%61.96%-
HSV(B)266.61º56.36%86.27%-
XYZ29.8620.1170.02-
YUV126.58180.72145.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.33%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=32.33%
G=20.56%
B=47.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151962200.310.5600.14266.6163.9261.96
Hex9760DC1F380E10b403e
Octal227140334377001641310076
Binary1001011111000001101110011111111000011101000010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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