#9B56DE

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

Shades of Amethyst #9B56DE

Tints of Amethyst #9B56DE

Color information

#9B56DE (or 0x9B56DE) is unknown color: approx Amethyst. HEX triplet: 9B, 56 and DE. RGB value is (155,86,222). Sum of RGB (Red+Green+Blue) = 155+86+222=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B56DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56DE is #64A921. Grayscale: #797979. Windows color (decimal): -6596898 or 14571163. OLE color: 14571163.

HSL color Cylindrical-coordinate representation of color #9B56DE: hue angle of 270.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B56DE is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15586222-
CMYK0.300.6100.13
HSL270.44º67.33%60.39%-
HSV(B)270.44º61.26%87.06%-
XYZ30.0318.971.17-
YUV122.14184.36151.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=33.48%
G=18.57%
B=47.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155862220.300.6100.13270.4467.3360.39
Hex9B56DE1E3D0D10e433c
Octal233126336367501541610374
Binary1001101110101101101111011110111101011011000011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B56DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,86,222); }

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

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

 a { background-color: rgb(155,86,222); }

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

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

 span { border-color: rgb(155,86,222); }

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