#9461BF

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

Shades of Amethyst #9461BF

Tints of Amethyst #9461BF

Color information

#9461BF (or 0x9461BF) is unknown color: approx Amethyst. HEX triplet: 94, 61 and BF. RGB value is (148,97,191). Sum of RGB (Red+Green+Blue) = 148+97+191=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 97 (38.28% from 255 or 22.25% 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 #9461BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461BF is #6B9E40. Grayscale: #7A7A7A. Windows color (decimal): -7052865 or 12542356. OLE color: 12542356.

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

Color convert

RGB14897191-
CMYK0.230.4900.25
HSL272.55º42.34%56.47%-
HSV(B)272.55º49.21%74.9%-
XYZ25.8918.6151.52-
YUV122.96166.4145.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 191 (75% from 255) = 43.81%
R=33.94%
G=22.25%
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
Decimal148971910.230.4900.25272.5542.3456.47
Hex9461BF17310191112a38
Octal22414127727610314215270
Binary1001010011000011011111110111110001011001100010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9461BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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