#9364BE

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

Shades of Amethyst #9364BE

Tints of Amethyst #9364BE

Color information

#9364BE (or 0x9364BE) is unknown color: approx Amethyst. HEX triplet: 93, 64 and BE. RGB value is (147,100,190). Sum of RGB (Red+Green+Blue) = 147+100+190=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #9364BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364BE is #6C9B41. Grayscale: #7C7C7C. Windows color (decimal): -7117634 or 12477587. OLE color: 12477587.

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

Color convert

RGB147100190-
CMYK0.230.4700.25
HSL271.33º40.91%56.86%-
HSV(B)271.33º47.37%74.51%-
XYZ25.8819.0451.03-
YUV124.31165.07144.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=33.64%
G=22.88%
B=43.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471001900.230.4700.25271.3340.9156.86
Hex9364BE172F01910f2939
Octal22314427627570314175171
Binary1001001111001001011111010111101111011001100001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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