#9B5BD8

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

Shades of Amethyst #9B5BD8

Tints of Amethyst #9B5BD8

Color information

#9B5BD8 (or 0x9B5BD8) is unknown color: approx Amethyst. HEX triplet: 9B, 5B and D8. RGB value is (155,91,216). Sum of RGB (Red+Green+Blue) = 155+91+216=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #9B5BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BD8 is #64A427. Grayscale: #7B7B7B. Windows color (decimal): -6595624 or 14179227. OLE color: 14179227.

HSL color Cylindrical-coordinate representation of color #9B5BD8: hue angle of 270.72º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B5BD8 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15591216-
CMYK0.280.5800.15
HSL270.72º61.58%60.2%-
HSV(B)270.72º57.87%84.71%-
XYZ29.6519.4167.15-
YUV124.39179.7149.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 91 (35.94% from 255) = 19.70%
BLUE value IS 216 (84.77% from 255) = 46.75%
R=33.55%
G=19.70%
B=46.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155912160.280.5800.15270.7261.5860.2
Hex9B5BD81C3A0F10f3e3c
Octal23313333034720174177674
Binary100110111011011110110001110011101001111100001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,91,216); }

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

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

 a { background-color: rgb(155,91,216); }

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

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

 span { border-color: rgb(155,91,216); }

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