#9555CE

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

Shades of Amethyst #9555CE

Tints of Amethyst #9555CE

Color information

#9555CE (or 0x9555CE) is unknown color: approx Amethyst. HEX triplet: 95, 55 and CE. RGB value is (149,85,206). Sum of RGB (Red+Green+Blue) = 149+85+206=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #9555CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555CE is #6AAA31. Grayscale: #757575. Windows color (decimal): -6990386 or 13522325. OLE color: 13522325.

HSL color Cylindrical-coordinate representation of color #9555CE: hue angle of 271.74º 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 #9555CE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14985206-
CMYK0.280.5900.19
HSL271.74º55.25%57.06%-
HSV(B)271.74º58.74%80.78%-
XYZ26.7817.3460.33-
YUV117.93177.7150.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 85 (33.59% from 255) = 19.32%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=33.86%
G=19.32%
B=46.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149852060.280.5900.19271.7455.2557.06
Hex9555CE1C3B0131103739
Octal22512531634730234206771
Binary1001010110101011100111011100111011010011100010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9555CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9555CE; }

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

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

<style>
 a { background-color: #9555CE; }

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

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

<style>
 span { border-color: #9555CE; }

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

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