#9254CC

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

Shades of Amethyst #9254CC

Tints of Amethyst #9254CC

Color information

#9254CC (or 0x9254CC) is unknown color: approx Amethyst. HEX triplet: 92, 54 and CC. RGB value is (146,84,204). Sum of RGB (Red+Green+Blue) = 146+84+204=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #9254CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254CC is #6DAB33. Grayscale: #737373. Windows color (decimal): -7187252 or 13390994. OLE color: 13390994.

HSL color Cylindrical-coordinate representation of color #9254CC: hue angle of 271º degrees, saturation: 0.54, 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 #9254CC is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14684204-
CMYK0.280.5900.2
HSL271º54.05%56.47%-
HSV(B)271º58.82%80%-
XYZ25.9216.8159.01-
YUV116.22177.54149.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 84 (33.20% from 255) = 19.35%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=33.64%
G=19.35%
B=47.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal146842040.280.5900.227154.0556.47
Hex9254CC1C3B01410f3638
Octal22212431434730244176670
Binary1001001010101001100110011100111011010100100001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9254CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9254CC; }

 p { color: rgb(146,84,204); }

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

<style>
 a { background-color: #9254CC; }

 a { background-color: rgb(146,84,204); }

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

<style>
 span { border-color: #9254CC; }

 span { border-color: rgb(146,84,204); }

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