#9361BE

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

Shades of Amethyst #9361BE

Tints of Amethyst #9361BE

Color information

#9361BE (or 0x9361BE) is unknown color: approx Amethyst. HEX triplet: 93, 61 and BE. RGB value is (147,97,190). Sum of RGB (Red+Green+Blue) = 147+97+190=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #9361BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361BE is #6C9E41. Grayscale: #7A7A7A. Windows color (decimal): -7118402 or 12476819. OLE color: 12476819.

HSL color Cylindrical-coordinate representation of color #9361BE: hue angle of 272.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9361BE is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14797190-
CMYK0.230.4900.25
HSL272.26º41.7%56.27%-
HSV(B)272.26º48.95%74.51%-
XYZ25.618.4750.93-
YUV122.55166.06145.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=33.87%
G=22.35%
B=43.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147971900.230.4900.25272.2641.756.27
Hex9361BE17310191102a38
Octal22314127627610314205270
Binary1001001111000011011111010111110001011001100010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9361BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9361BE; }

 p { color: rgb(147,97,190); }

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

<style>
 a { background-color: #9361BE; }

 a { background-color: rgb(147,97,190); }

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

<style>
 span { border-color: #9361BE; }

 span { border-color: rgb(147,97,190); }

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