#9B55CE

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

Shades of Amethyst #9B55CE

Tints of Amethyst #9B55CE

Color information

#9B55CE (or 0x9B55CE) is unknown color: approx Amethyst. HEX triplet: 9B, 55 and CE. RGB value is (155,85,206). Sum of RGB (Red+Green+Blue) = 155+85+206=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B55CE is #64AA31. Grayscale: #777777. Windows color (decimal): -6597170 or 13522331. OLE color: 13522331.

HSL color Cylindrical-coordinate representation of color #9B55CE: hue angle of 274.71º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B55CE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15585206-
CMYK0.250.5900.19
HSL274.71º55.25%57.06%-
HSV(B)274.71º58.74%80.78%-
XYZ27.9117.9260.38-
YUV119.72176.69153.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=34.75%
G=19.06%
B=46.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal155852060.250.5900.19274.7155.2557.06
Hex9B55CE193B0131133739
Octal23312531631730234236771
Binary1001101110101011100111011001111011010011100010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B55CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,206); }

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

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

 a { background-color: rgb(155,85,206); }

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

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

 span { border-color: rgb(155,85,206); }

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