#9362BF

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

Shades of Amethyst #9362BF

Tints of Amethyst #9362BF

Color information

#9362BF (or 0x9362BF) is unknown color: approx Amethyst. HEX triplet: 93, 62 and BF. RGB value is (147,98,191). Sum of RGB (Red+Green+Blue) = 147+98+191=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #9362BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362BF is #6C9D40. Grayscale: #7A7A7A. Windows color (decimal): -7118145 or 12542611. OLE color: 12542611.

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

Color convert

RGB14798191-
CMYK0.230.4900.25
HSL271.61º42.08%56.67%-
HSV(B)271.61º48.69%74.9%-
XYZ25.818.751.54-
YUV123.25166.23144.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 191 (75% from 255) = 43.81%
R=33.72%
G=22.48%
B=43.81%

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
Decimal147981910.230.4900.25271.6142.0856.67
Hex9362BF17310191102a39
Octal22314227727610314205271
Binary1001001111000101011111110111110001011001100010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9362BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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