#9B6AC2

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

Shades of Amethyst #9B6AC2

Tints of Amethyst #9B6AC2

Color information

#9B6AC2 (or 0x9B6AC2) is unknown color: approx Amethyst. HEX triplet: 9B, 6A and C2. RGB value is (155,106,194). Sum of RGB (Red+Green+Blue) = 155+106+194=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #9B6AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6AC2 is #64953D. Grayscale: #828282. Windows color (decimal): -6591806 or 12741275. OLE color: 12741275.

HSL color Cylindrical-coordinate representation of color #9B6AC2: hue angle of 273.41º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B6AC2 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB155106194-
CMYK0.200.4500.24
HSL273.41º41.9%58.82%-
HSV(B)273.41º45.36%76.08%-
XYZ28.4121.1753.63-
YUV130.68163.73145.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=34.07%
G=23.30%
B=42.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551061940.200.4500.24273.4141.958.82
Hex9B6AC2142D0181112a3b
Octal23315230224550304215273
Binary1001101111010101100001010100101101011000100010001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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