#9360CF

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

Shades of Amethyst #9360CF

Tints of Amethyst #9360CF

Color information

#9360CF (or 0x9360CF) is unknown color: approx Amethyst. HEX triplet: 93, 60 and CF. RGB value is (147,96,207). Sum of RGB (Red+Green+Blue) = 147+96+207=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #9360CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360CF is #6C9F30. Grayscale: #7B7B7B. Windows color (decimal): -7118641 or 13590675. OLE color: 13590675.

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

Color convert

RGB14796207-
CMYK0.290.5400.19
HSL267.57º53.62%59.41%-
HSV(B)267.57º53.62%81.18%-
XYZ27.4819.0761.26-
YUV123.9174.9144.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 207 (81.25% from 255) = 46%
R=32.67%
G=21.33%
B=46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147962070.290.5400.19267.5753.6259.41
Hex9360CF1D3601310c363b
Octal22314031735660234146673
Binary1001001111000001100111111101110110010011100001100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9360CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9360CF; }

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

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

<style>
 a { background-color: #9360CF; }

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

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

<style>
 span { border-color: #9360CF; }

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

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