#9A4EE7

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

Shades of Amethyst #9A4EE7

Tints of Amethyst #9A4EE7

Color information

#9A4EE7 (or 0x9A4EE7) is unknown color: approx Amethyst. HEX triplet: 9A, 4E and E7. RGB value is (154,78,231). Sum of RGB (Red+Green+Blue) = 154+78+231=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A4EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A4EE7 is #65B118. Grayscale: #757575. Windows color (decimal): -6664473 or 15158938. OLE color: 15158938.

HSL color Cylindrical-coordinate representation of color #9A4EE7: hue angle of 269.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A4EE7 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15478231-
CMYK0.330.6600.09
HSL269.8º76.12%60.59%-
HSV(B)269.8º66.23%90.59%-
XYZ30.4718.0977.49-
YUV118.17191.68153.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 231 (90.62% from 255) = 49.89%
R=33.26%
G=16.85%
B=49.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal154782310.330.6600.09269.876.1260.59
Hex9A4EE721420910e4c3d
Octal2321163474110201141611475
Binary100110101001110111001111000011000010010011000011101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4EE7; }

 p { color: rgb(154,78,231); }

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

<style>
 a { background-color: #9A4EE7; }

 a { background-color: rgb(154,78,231); }

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

<style>
 span { border-color: #9A4EE7; }

 span { border-color: rgb(154,78,231); }

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