#9558D0

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

Shades of Amethyst #9558D0

Tints of Amethyst #9558D0

Color information

#9558D0 (or 0x9558D0) is unknown color: approx Amethyst. HEX triplet: 95, 58 and D0. RGB value is (149,88,208). Sum of RGB (Red+Green+Blue) = 149+88+208=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #9558D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558D0 is #6AA72F. Grayscale: #777777. Windows color (decimal): -6989616 or 13654165. OLE color: 13654165.

HSL color Cylindrical-coordinate representation of color #9558D0: hue angle of 270.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9558D0 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14988208-
CMYK0.280.5800.18
HSL270.5º56.07%58.04%-
HSV(B)270.5º57.69%81.57%-
XYZ27.2717.9261.7-
YUV119.92177.71148.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 208 (81.64% from 255) = 46.74%
R=33.48%
G=19.78%
B=46.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149882080.280.5800.18270.556.0758.04
Hex9558D01C3A01210e383a
Octal22513032034720224167072
Binary1001010110110001101000011100111010010010100001110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9558D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9558D0; }

 p { color: rgb(149,88,208); }

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

<style>
 a { background-color: #9558D0; }

 a { background-color: rgb(149,88,208); }

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

<style>
 span { border-color: #9558D0; }

 span { border-color: rgb(149,88,208); }

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