#9764D5

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

Shades of Amethyst #9764D5

Tints of Amethyst #9764D5

Color information

#9764D5 (or 0x9764D5) is unknown color: approx Amethyst. HEX triplet: 97, 64 and D5. RGB value is (151,100,213). Sum of RGB (Red+Green+Blue) = 151+100+213=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #9764D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764D5 is #689B2A. Grayscale: #7F7F7F. Windows color (decimal): -6855467 or 13984919. OLE color: 13984919.

HSL color Cylindrical-coordinate representation of color #9764D5: hue angle of 267.08º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9764D5 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151100213-
CMYK0.290.5300.16
HSL267.08º57.36%61.37%-
HSV(B)267.08º53.05%83.53%-
XYZ29.3320.565.36-
YUV128.13175.9144.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 100 (39.45% from 255) = 21.55%
BLUE value IS 213 (83.59% from 255) = 45.91%
R=32.54%
G=21.55%
B=45.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511002130.290.5300.16267.0857.3661.37
Hex9764D51D3501010b393d
Octal22714432535650204137175
Binary1001011111001001101010111101110101010000100001011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9764D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9764D5; }

 p { color: rgb(151,100,213); }

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

<style>
 a { background-color: #9764D5; }

 a { background-color: rgb(151,100,213); }

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

<style>
 span { border-color: #9764D5; }

 span { border-color: rgb(151,100,213); }

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