#9459DA

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

Shades of Amethyst #9459DA

Tints of Amethyst #9459DA

Color information

#9459DA (or 0x9459DA) is unknown color: approx Amethyst. HEX triplet: 94, 59 and DA. RGB value is (148,89,218). Sum of RGB (Red+Green+Blue) = 148+89+218=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #9459DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459DA is #6BA625. Grayscale: #787878. Windows color (decimal): -7054886 or 14309780. OLE color: 14309780.

HSL color Cylindrical-coordinate representation of color #9459DA: hue angle of 267.44º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9459DA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14889218-
CMYK0.320.5900.15
HSL267.44º63.55%60.2%-
HSV(B)267.44º59.17%85.49%-
XYZ28.4418.568.4-
YUV121.35182.55147.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 218 (85.55% from 255) = 47.91%
R=32.53%
G=19.56%
B=47.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148892180.320.5900.15267.4463.5560.2
Hex9459DA203B0F10b403c
Octal224131332407301741310074
Binary10010100101100111011010100000111011011111000010111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9459DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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