#9554CB

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

Shades of Amethyst #9554CB

Tints of Amethyst #9554CB

Color information

#9554CB (or 0x9554CB) is unknown color: approx Amethyst. HEX triplet: 95, 54 and CB. RGB value is (149,84,203). Sum of RGB (Red+Green+Blue) = 149+84+203=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #9554CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554CB is #6AAB34. Grayscale: #747474. Windows color (decimal): -6990645 or 13325461. OLE color: 13325461.

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

Color convert

RGB14984203-
CMYK0.270.5900.20
HSL272.77º53.36%56.27%-
HSV(B)272.77º58.62%79.61%-
XYZ26.3417.0458.4-
YUV117176.53150.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=34.17%
G=19.27%
B=46.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149842030.270.5900.20272.7753.3656.27
Hex9554CB1B3B0141113538
Octal22512431333730244216570
Binary1001010110101001100101111011111011010100100010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9554CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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