#9558CB

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

Shades of Amethyst #9558CB

Tints of Amethyst #9558CB

Color information

#9558CB (or 0x9558CB) is unknown color: approx Amethyst. HEX triplet: 95, 58 and CB. RGB value is (149,88,203). Sum of RGB (Red+Green+Blue) = 149+88+203=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #9558CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558CB is #6AA734. Grayscale: #767676. Windows color (decimal): -6989621 or 13326485. OLE color: 13326485.

HSL color Cylindrical-coordinate representation of color #9558CB: hue angle of 271.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9558CB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14988203-
CMYK0.270.5700.20
HSL271.83º52.51%57.06%-
HSV(B)271.83º56.65%79.61%-
XYZ26.6617.6858.51-
YUV119.35175.21149.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=33.86%
G=20%
B=46.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149882030.270.5700.20271.8352.5157.06
Hex9558CB1B390141103539
Octal22513031333710244206571
Binary1001010110110001100101111011111001010100100010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9558CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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