#9359D8

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

Shades of Amethyst #9359D8

Tints of Amethyst #9359D8

Color information

#9359D8 (or 0x9359D8) is unknown color: approx Amethyst. HEX triplet: 93, 59 and D8. RGB value is (147,89,216). Sum of RGB (Red+Green+Blue) = 147+89+216=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #9359D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359D8 is #6CA627. Grayscale: #787878. Windows color (decimal): -7120424 or 14178707. OLE color: 14178707.

HSL color Cylindrical-coordinate representation of color #9359D8: hue angle of 267.4º 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 #9359D8 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14789216-
CMYK0.320.5900.15
HSL267.4º61.95%59.8%-
HSV(B)267.4º58.8%84.71%-
XYZ2818.3167.02-
YUV120.82181.72146.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 216 (84.77% from 255) = 47.79%
R=32.52%
G=19.69%
B=47.79%

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
Decimal147892160.320.5900.15267.461.9559.8
Hex9359D8203B0F10b3e3c
Octal22313133040730174137674
Binary1001001110110011101100010000011101101111100001011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9359D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9359D8; }

 p { color: rgb(147,89,216); }

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

<style>
 a { background-color: #9359D8; }

 a { background-color: rgb(147,89,216); }

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

<style>
 span { border-color: #9359D8; }

 span { border-color: rgb(147,89,216); }

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