#9764BD

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

Shades of Amethyst #9764BD

Tints of Amethyst #9764BD

Color information

#9764BD (or 0x9764BD) is unknown color: approx Amethyst. HEX triplet: 97, 64 and BD. RGB value is (151,100,189). Sum of RGB (Red+Green+Blue) = 151+100+189=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #9764BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764BD is #689B42. Grayscale: #7D7D7D. Windows color (decimal): -6855491 or 12412055. OLE color: 12412055.

HSL color Cylindrical-coordinate representation of color #9764BD: hue angle of 274.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9764BD is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151100189-
CMYK0.200.4700.26
HSL274.38º40.27%56.67%-
HSV(B)274.38º47.09%74.12%-
XYZ26.519.3750.49-
YUV125.39163.9146.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=34.32%
G=22.73%
B=42.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511001890.200.4700.26274.3840.2756.67
Hex9764BD142F01A1122839
Octal22714427524570324225071
Binary1001011111001001011110110100101111011010100010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9764BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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