#9362BE

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

Shades of Amethyst #9362BE

Tints of Amethyst #9362BE

Color information

#9362BE (or 0x9362BE) is unknown color: approx Amethyst. HEX triplet: 93, 62 and BE. RGB value is (147,98,190). Sum of RGB (Red+Green+Blue) = 147+98+190=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9362BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362BE is #6C9D41. Grayscale: #7A7A7A. Windows color (decimal): -7118146 or 12477075. OLE color: 12477075.

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

Color convert

RGB14798190-
CMYK0.230.4800.25
HSL271.96º41.44%56.47%-
HSV(B)271.96º48.42%74.51%-
XYZ25.6918.6650.96-
YUV123.14165.73145.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=33.79%
G=22.53%
B=43.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147981900.230.4800.25271.9641.4456.47
Hex9362BE17300191102938
Octal22314227627600314205170
Binary1001001111000101011111010111110000011001100010000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9362BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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