#9C6BBF

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

Shades of Amethyst #9C6BBF

Tints of Amethyst #9C6BBF

Color information

#9C6BBF (or 0x9C6BBF) is unknown color: approx Amethyst. HEX triplet: 9C, 6B and BF. RGB value is (156,107,191). Sum of RGB (Red+Green+Blue) = 156+107+191=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C6BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BBF is #639440. Grayscale: #828282. Windows color (decimal): -6526017 or 12544924. OLE color: 12544924.

HSL color Cylindrical-coordinate representation of color #9C6BBF: hue angle of 275º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C6BBF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156107191-
CMYK0.180.4400.25
HSL275º39.62%58.43%-
HSV(B)275º43.98%74.9%-
XYZ28.3721.3451.91-
YUV131.23161.73145.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 191 (75% from 255) = 42.07%
R=34.36%
G=23.57%
B=42.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561071910.180.4400.2527539.6258.43
Hex9C6BBF122C019113283a
Octal23415327722540314235072
Binary1001110011010111011111110010101100011001100010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,191); }

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

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

 a { background-color: rgb(156,107,191); }

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

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

 span { border-color: rgb(156,107,191); }

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