#9459CC

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

Shades of Amethyst #9459CC

Tints of Amethyst #9459CC

Color information

#9459CC (or 0x9459CC) is unknown color: approx Amethyst. HEX triplet: 94, 59 and CC. RGB value is (148,89,204). Sum of RGB (Red+Green+Blue) = 148+89+204=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #9459CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459CC is #6BA633. Grayscale: #777777. Windows color (decimal): -7054900 or 13392276. OLE color: 13392276.

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

Color convert

RGB14889204-
CMYK0.270.5600.2
HSL270.78º53%57.45%-
HSV(B)270.78º56.37%80%-
XYZ26.6817.859.16-
YUV119.75175.55148.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=33.56%
G=20.18%
B=46.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148892040.270.5600.2270.785357.45
Hex9459CC1B3801410f3539
Octal22413131433700244176571
Binary1001010010110011100110011011111000010100100001111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9459CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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