#9B6ABF

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

Shades of Amethyst #9B6ABF

Tints of Amethyst #9B6ABF

Color information

#9B6ABF (or 0x9B6ABF) is unknown color: approx Amethyst. HEX triplet: 9B, 6A and BF. RGB value is (155,106,191). Sum of RGB (Red+Green+Blue) = 155+106+191=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ABF is #649540. Grayscale: #828282. Windows color (decimal): -6591809 or 12544667. OLE color: 12544667.

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

Color convert

RGB155106191-
CMYK0.190.4500.25
HSL274.59º39.91%58.24%-
HSV(B)274.59º44.5%74.9%-
XYZ28.0821.0451.87-
YUV130.34162.23145.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 191 (75% from 255) = 42.26%
R=34.29%
G=23.45%
B=42.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551061910.190.4500.25274.5939.9158.24
Hex9B6ABF132D019113283a
Octal23315227723550314235072
Binary1001101111010101011111110011101101011001100010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,191); }

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

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

 a { background-color: rgb(155,106,191); }

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

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

 span { border-color: rgb(155,106,191); }

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