#9359D7

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

Shades of Amethyst #9359D7

Tints of Amethyst #9359D7

Color information

#9359D7 (or 0x9359D7) is unknown color: approx Amethyst. HEX triplet: 93, 59 and D7. RGB value is (147,89,215). Sum of RGB (Red+Green+Blue) = 147+89+215=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #9359D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359D7 is #6CA628. Grayscale: #787878. Windows color (decimal): -7120425 or 14113171. OLE color: 14113171.

HSL color Cylindrical-coordinate representation of color #9359D7: hue angle of 267.62º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9359D7 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14789215-
CMYK0.320.5900.16
HSL267.62º61.17%59.61%-
HSV(B)267.62º58.6%84.31%-
XYZ27.8718.2566.34-
YUV120.71181.22146.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 215 (84.38% from 255) = 47.67%
R=32.59%
G=19.73%
B=47.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal147892150.320.5900.16267.6261.1759.61
Hex9359D7203B01010c3d3c
Octal22313132740730204147574
Binary10010011101100111010111100000111011010000100001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9359D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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