#9C66BE

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

Shades of Amethyst #9C66BE

Tints of Amethyst #9C66BE

Color information

#9C66BE (or 0x9C66BE) is unknown color: approx Amethyst. HEX triplet: 9C, 66 and BE. RGB value is (156,102,190). Sum of RGB (Red+Green+Blue) = 156+102+190=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C66BE is #639941. Grayscale: #7F7F7F. Windows color (decimal): -6527298 or 12478108. OLE color: 12478108.

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

Color convert

RGB156102190-
CMYK0.180.4600.25
HSL276.82º40.37%57.25%-
HSV(B)276.82º46.32%74.51%-
XYZ27.7620.2951.17-
YUV128.18162.89147.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=34.82%
G=22.77%
B=42.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561021900.180.4600.25276.8240.3757.25
Hex9C66BE122E0191152839
Octal23414627622560314255071
Binary1001110011001101011111010010101110011001100010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C66BE; }

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

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

<style>
 a { background-color: #9C66BE; }

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

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

<style>
 span { border-color: #9C66BE; }

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

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