#9454CE

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

Shades of Amethyst #9454CE

Tints of Amethyst #9454CE

Color information

#9454CE (or 0x9454CE) is unknown color: approx Amethyst. HEX triplet: 94, 54 and CE. RGB value is (148,84,206). Sum of RGB (Red+Green+Blue) = 148+84+206=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9454CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454CE is #6BAB31. Grayscale: #747474. Windows color (decimal): -7056178 or 13522068. OLE color: 13522068.

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

Color convert

RGB14884206-
CMYK0.280.5900.19
HSL271.48º55.45%56.86%-
HSV(B)271.48º59.22%80.78%-
XYZ26.5217.0960.29-
YUV117.04178.2150.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=33.79%
G=19.18%
B=47.03%

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
Decimal148842060.280.5900.19271.4855.4556.86
Hex9454CE1C3B01310f3739
Octal22412431634730234176771
Binary1001010010101001100111011100111011010011100001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9454CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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