#9461BE

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

Shades of Amethyst #9461BE

Tints of Amethyst #9461BE

Color information

#9461BE (or 0x9461BE) is unknown color: approx Amethyst. HEX triplet: 94, 61 and BE. RGB value is (148,97,190). Sum of RGB (Red+Green+Blue) = 148+97+190=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 97 (38.28% from 255 or 22.30% 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 #9461BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461BE is #6B9E41. Grayscale: #7A7A7A. Windows color (decimal): -7052866 or 12476820. OLE color: 12476820.

HSL color Cylindrical-coordinate representation of color #9461BE: hue angle of 272.9º 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 #9461BE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14897190-
CMYK0.220.4900.25
HSL272.9º41.7%56.27%-
HSV(B)272.9º48.95%74.51%-
XYZ25.7818.5650.94-
YUV122.85165.9145.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=34.02%
G=22.30%
B=43.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148971900.220.4900.25272.941.756.27
Hex9461BE16310191112a38
Octal22414127626610314215270
Binary1001010011000011011111010110110001011001100010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9461BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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