#9d58d8

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

Shades of Amethyst #9D58D8

Tints of Amethyst #9D58D8

Color information

#9D58D8 (or 0x9D58D8) is unknown color: approx Amethyst. HEX triplet: 9D, 58 and D8. RGB value is (157,88,216). Sum of RGB (Red+Green+Blue) = 157+88+216=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #9D58D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D58D8 is #62A727. Grayscale: #7A7A7A. Windows color (decimal): -6465320 or 14178461. OLE color: 14178461.

HSL color Cylindrical-coordinate representation of color #9D58D8: hue angle of 272.34º degrees, saturation: 0.62, 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 #9D58D8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15788216-
CMYK0.270.5900.15
HSL272.34º62.14%59.61%-
HSV(B)272.34º59.26%84.71%-
XYZ29.7919.1167.08-
YUV123.22180.36152.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.06%
GREEN value IS 88 (34.77% from 255) = 19.09%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=34.06%
G=19.09%
B=46.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157882160.270.5900.15272.3462.1459.61
Hex9D58D81B3B0F1103e3c
Octal23513033033730174207674
Binary100111011011000110110001101111101101111100010000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d58d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,88,216); }

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

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

 a { background-color: rgb(157,88,216); }

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

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

 span { border-color: rgb(157,88,216); }

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