#9359DA

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

Shades of Amethyst #9359DA

Tints of Amethyst #9359DA

Color information

#9359DA (or 0x9359DA) is unknown color: approx Amethyst. HEX triplet: 93, 59 and DA. RGB value is (147,89,218). Sum of RGB (Red+Green+Blue) = 147+89+218=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #9359DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359DA is #6CA625. Grayscale: #787878. Windows color (decimal): -7120422 or 14309779. OLE color: 14309779.

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

Color convert

RGB14789218-
CMYK0.330.5900.15
HSL266.98º63.55%60.2%-
HSV(B)266.98º59.17%85.49%-
XYZ28.2618.4168.39-
YUV121.05182.72146.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=32.38%
G=19.60%
B=48.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147892180.330.5900.15266.9863.5560.2
Hex9359DA213B0F10b403c
Octal223131332417301741310074
Binary10010011101100111011010100001111011011111000010111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9359DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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