#9B57E6

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

Shades of Amethyst #9B57E6

Tints of Amethyst #9B57E6

Color information

#9B57E6 (or 0x9B57E6) is unknown color: approx Amethyst. HEX triplet: 9B, 57 and E6. RGB value is (155,87,230). Sum of RGB (Red+Green+Blue) = 155+87+230=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B57E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B57E6 is #64A819. Grayscale: #7B7B7B. Windows color (decimal): -6596634 or 15095707. OLE color: 15095707.

HSL color Cylindrical-coordinate representation of color #9B57E6: hue angle of 268.53º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B57E6 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15587230-
CMYK0.330.6200.10
HSL268.53º74.09%62.16%-
HSV(B)268.53º62.17%90.2%-
XYZ31.2119.576.98-
YUV123.63188.03150.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 87 (34.38% from 255) = 18.43%
BLUE value IS 230 (90.23% from 255) = 48.73%
R=32.84%
G=18.43%
B=48.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal155872300.330.6200.10268.5374.0962.16
Hex9B57E6213E0A10d4a3e
Octal233127346417601241511276
Binary10011011101011111100110100001111110010101000011011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B57E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,230); }

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

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

 a { background-color: rgb(155,87,230); }

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

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

 span { border-color: rgb(155,87,230); }

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