#9359cf

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

Shades of Amethyst #9359CF

Tints of Amethyst #9359CF

Color information

#9359CF (or 0x9359CF) is unknown color: approx Amethyst. HEX triplet: 93, 59 and CF. RGB value is (147,89,207). Sum of RGB (Red+Green+Blue) = 147+89+207=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9359CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359CF is #6CA630. Grayscale: #777777. Windows color (decimal): -7120433 or 13588883. OLE color: 13588883.

HSL color Cylindrical-coordinate representation of color #9359CF: hue angle of 269.49º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9359CF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14789207-
CMYK0.290.5700.19
HSL269.49º55.14%58.04%-
HSV(B)269.49º57%81.18%-
XYZ26.8717.8561.06-
YUV119.79177.22147.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=33.18%
G=20.09%
B=46.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147892070.290.5700.19269.4955.1458.04
Hex9359CF1D3901310d373a
Octal22313131735710234156772
Binary1001001110110011100111111101111001010011100001101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9359cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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