#9A62D8

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

Shades of Amethyst #9A62D8

Tints of Amethyst #9A62D8

Color information

#9A62D8 (or 0x9A62D8) is unknown color: approx Amethyst. HEX triplet: 9A, 62 and D8. RGB value is (154,98,216). Sum of RGB (Red+Green+Blue) = 154+98+216=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A62D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62D8 is #659D27. Grayscale: #7F7F7F. Windows color (decimal): -6659368 or 14181018. OLE color: 14181018.

HSL color Cylindrical-coordinate representation of color #9A62D8: hue angle of 268.47º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A62D8 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15498216-
CMYK0.290.5500.15
HSL268.47º60.2%61.57%-
HSV(B)268.47º54.63%84.71%-
XYZ30.0920.5667.35-
YUV128.2177.55146.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 216 (84.77% from 255) = 46.15%
R=32.91%
G=20.94%
B=46.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154982160.290.5500.15268.4760.261.57
Hex9A62D81D370F10c3c3e
Octal23214233035670174147476
Binary100110101100010110110001110111011101111100001100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A62D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,98,216); }

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

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

 a { background-color: rgb(154,98,216); }

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

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

 span { border-color: rgb(154,98,216); }

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