#9459CA

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

Shades of Amethyst #9459CA

Tints of Amethyst #9459CA

Color information

#9459CA (or 0x9459CA) is unknown color: approx Amethyst. HEX triplet: 94, 59 and CA. RGB value is (148,89,202). Sum of RGB (Red+Green+Blue) = 148+89+202=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #9459CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459CA is #6BA635. Grayscale: #777777. Windows color (decimal): -7054902 or 13261204. OLE color: 13261204.

HSL color Cylindrical-coordinate representation of color #9459CA: hue angle of 271.33º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9459CA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14889202-
CMYK0.270.5600.21
HSL271.33º51.6%57.06%-
HSV(B)271.33º55.94%79.22%-
XYZ26.4517.757.9-
YUV119.52174.55148.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=33.71%
G=20.27%
B=46.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148892020.270.5600.21271.3351.657.06
Hex9459CA1B3801510f3439
Octal22413131233700254176471
Binary1001010010110011100101011011111000010101100001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9459CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9459CA; }

 p { color: rgb(148,89,202); }

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

<style>
 a { background-color: #9459CA; }

 a { background-color: rgb(148,89,202); }

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

<style>
 span { border-color: #9459CA; }

 span { border-color: rgb(148,89,202); }

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