#9B6ED4

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

Shades of Amethyst #9B6ED4

Tints of Amethyst #9B6ED4

Color information

#9B6ED4 (or 0x9B6ED4) is unknown color: approx Amethyst. HEX triplet: 9B, 6E and D4. RGB value is (155,110,212). Sum of RGB (Red+Green+Blue) = 155+110+212=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #9B6ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ED4 is #64912B. Grayscale: #868686. Windows color (decimal): -6590764 or 13921947. OLE color: 13921947.

HSL color Cylindrical-coordinate representation of color #9B6ED4: hue angle of 266.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B6ED4 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB155110212-
CMYK0.270.4800.17
HSL266.47º54.26%63.14%-
HSV(B)266.47º48.11%83.14%-
XYZ30.9822.8765.07-
YUV135.08171.41142.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=32.49%
G=23.06%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1551102120.270.4800.17266.4754.2663.14
Hex9B6ED41B3001110a363f
Octal23315632433600214126677
Binary1001101111011101101010011011110000010001100001010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,212); }

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

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

 a { background-color: rgb(155,110,212); }

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

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

 span { border-color: rgb(155,110,212); }

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