#9666BE

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

Shades of Amethyst #9666BE

Tints of Amethyst #9666BE

Color information

#9666BE (or 0x9666BE) is unknown color: approx Amethyst. HEX triplet: 96, 66 and BE. RGB value is (150,102,190). Sum of RGB (Red+Green+Blue) = 150+102+190=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #9666BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666BE is #699941. Grayscale: #7E7E7E. Windows color (decimal): -6920514 or 12478102. OLE color: 12478102.

HSL color Cylindrical-coordinate representation of color #9666BE: hue angle of 272.73º 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 #9666BE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150102190-
CMYK0.210.4600.25
HSL272.73º40.37%57.25%-
HSV(B)272.73º46.32%74.51%-
XYZ26.6219.751.12-
YUV126.38163.9144.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.94%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=33.94%
G=23.08%
B=42.99%

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
Decimal1501021900.210.4600.25272.7340.3757.25
Hex9666BE152E0191112839
Octal22614627625560314215071
Binary1001011011001101011111010101101110011001100010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,102,190); }

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

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

 a { background-color: rgb(150,102,190); }

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

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

 span { border-color: rgb(150,102,190); }

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