#9454CB

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

Shades of Amethyst #9454CB

Tints of Amethyst #9454CB

Color information

#9454CB (or 0x9454CB) is unknown color: approx Amethyst. HEX triplet: 94, 54 and CB. RGB value is (148,84,203). Sum of RGB (Red+Green+Blue) = 148+84+203=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #9454CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454CB is #6BAB34. Grayscale: #747474. Windows color (decimal): -7056181 or 13325460. OLE color: 13325460.

HSL color Cylindrical-coordinate representation of color #9454CB: hue angle of 272.27º 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 #9454CB is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14884203-
CMYK0.270.5900.20
HSL272.27º53.36%56.27%-
HSV(B)272.27º58.62%79.61%-
XYZ26.1616.9558.39-
YUV116.7176.7150.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=34.02%
G=19.31%
B=46.67%

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
Decimal148842030.270.5900.20272.2753.3656.27
Hex9454CB1B3B0141103538
Octal22412431333730244206570
Binary1001010010101001100101111011111011010100100010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9454CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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