#9766D4

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

Shades of Amethyst #9766D4

Tints of Amethyst #9766D4

Color information

#9766D4 (or 0x9766D4) is unknown color: approx Amethyst. HEX triplet: 97, 66 and D4. RGB value is (151,102,212). Sum of RGB (Red+Green+Blue) = 151+102+212=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #9766D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766D4 is #68992B. Grayscale: #808080. Windows color (decimal): -6854956 or 13919895. OLE color: 13919895.

HSL color Cylindrical-coordinate representation of color #9766D4: hue angle of 266.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9766D4 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB151102212-
CMYK0.290.5200.17
HSL266.73º56.12%61.57%-
HSV(B)266.73º51.89%83.14%-
XYZ29.420.8464.76-
YUV129.19174.73143.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 102 (40.23% from 255) = 21.94%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=32.47%
G=21.94%
B=45.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1511022120.290.5200.17266.7356.1261.57
Hex9766D41D3401110b383e
Octal22714632435640214137076
Binary1001011111001101101010011101110100010001100001011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9766D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9766D4; }

 p { color: rgb(151,102,212); }

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

<style>
 a { background-color: #9766D4; }

 a { background-color: rgb(151,102,212); }

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

<style>
 span { border-color: #9766D4; }

 span { border-color: rgb(151,102,212); }

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