#9B58D8

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

Shades of Amethyst #9B58D8

Tints of Amethyst #9B58D8

Color information

#9B58D8 (or 0x9B58D8) is unknown color: approx Amethyst. HEX triplet: 9B, 58 and D8. RGB value is (155,88,216). Sum of RGB (Red+Green+Blue) = 155+88+216=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #9B58D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58D8 is #64A727. Grayscale: #7A7A7A. Windows color (decimal): -6596392 or 14178459. OLE color: 14178459.

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

Color convert

RGB15588216-
CMYK0.280.5900.15
HSL271.41º62.14%59.61%-
HSV(B)271.41º59.26%84.71%-
XYZ29.418.9167.07-
YUV122.62180.7151.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 88 (34.77% from 255) = 19.17%
BLUE value IS 216 (84.77% from 255) = 47.06%
R=33.77%
G=19.17%
B=47.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155882160.280.5900.15271.4162.1459.61
Hex9B58D81C3B0F10f3e3c
Octal23313033034730174177674
Binary100110111011000110110001110011101101111100001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B58D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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