#9767BE

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

Shades of Amethyst #9767BE

Tints of Amethyst #9767BE

Color information

#9767BE (or 0x9767BE) is unknown color: approx Amethyst. HEX triplet: 97, 67 and BE. RGB value is (151,103,190). Sum of RGB (Red+Green+Blue) = 151+103+190=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #9767BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9767BE is #689841. Grayscale: #7E7E7E. Windows color (decimal): -6854722 or 12478359. OLE color: 12478359.

HSL color Cylindrical-coordinate representation of color #9767BE: hue angle of 273.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9767BE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151103190-
CMYK0.210.4600.25
HSL273.1º40.09%57.45%-
HSV(B)273.1º45.79%74.51%-
XYZ26.912051.16-
YUV127.27163.4144.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=34.01%
G=23.20%
B=42.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511031900.210.4600.25273.140.0957.45
Hex9767BE152E0191112839
Octal22714727625560314215071
Binary1001011111001111011111010101101110011001100010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9767BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9767BE; }

 p { color: rgb(151,103,190); }

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

<style>
 a { background-color: #9767BE; }

 a { background-color: rgb(151,103,190); }

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

<style>
 span { border-color: #9767BE; }

 span { border-color: rgb(151,103,190); }

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