#9459D7

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

Shades of Amethyst #9459D7

Tints of Amethyst #9459D7

Color information

#9459D7 (or 0x9459D7) is unknown color: approx Amethyst. HEX triplet: 94, 59 and D7. RGB value is (148,89,215). Sum of RGB (Red+Green+Blue) = 148+89+215=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #9459D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459D7 is #6BA628. Grayscale: #787878. Windows color (decimal): -7054889 or 14113172. OLE color: 14113172.

HSL color Cylindrical-coordinate representation of color #9459D7: hue angle of 268.1º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9459D7 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14889215-
CMYK0.310.5900.16
HSL268.1º61.17%59.61%-
HSV(B)268.1º58.6%84.31%-
XYZ28.0518.3566.35-
YUV121181.05147.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 215 (84.38% from 255) = 47.57%
R=32.74%
G=19.69%
B=47.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148892150.310.5900.16268.161.1759.61
Hex9459D71F3B01010c3d3c
Octal22413132737730204147574
Binary1001010010110011101011111111111011010000100001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9459D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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