#9763D8

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

Shades of Amethyst #9763D8

Tints of Amethyst #9763D8

Color information

#9763D8 (or 0x9763D8) is unknown color: approx Amethyst. HEX triplet: 97, 63 and D8. RGB value is (151,99,216). Sum of RGB (Red+Green+Blue) = 151+99+216=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #9763D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9763D8 is #689C27. Grayscale: #7F7F7F. Windows color (decimal): -6855720 or 14181271. OLE color: 14181271.

HSL color Cylindrical-coordinate representation of color #9763D8: hue angle of 266.67º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9763D8 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15199216-
CMYK0.300.5400.15
HSL266.67º60%61.76%-
HSV(B)266.67º54.17%84.71%-
XYZ29.6220.4667.35-
YUV127.89177.73144.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.40%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 216 (84.77% from 255) = 46.35%
R=32.40%
G=21.24%
B=46.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151992160.300.5400.15266.676061.76
Hex9763D81E360F10b3c3e
Octal22714333036660174137476
Binary100101111100011110110001111011011001111100001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9763D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9763D8; }

 p { color: rgb(151,99,216); }

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

<style>
 a { background-color: #9763D8; }

 a { background-color: rgb(151,99,216); }

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

<style>
 span { border-color: #9763D8; }

 span { border-color: rgb(151,99,216); }

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