#9462BF

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

Shades of Amethyst #9462BF

Tints of Amethyst #9462BF

Color information

#9462BF (or 0x9462BF) is unknown color: approx Amethyst. HEX triplet: 94, 62 and BF. RGB value is (148,98,191). Sum of RGB (Red+Green+Blue) = 148+98+191=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #9462BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462BF is #6B9D40. Grayscale: #7B7B7B. Windows color (decimal): -7052609 or 12542612. OLE color: 12542612.

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

Color convert

RGB14898191-
CMYK0.230.4900.25
HSL272.26º42.08%56.67%-
HSV(B)272.26º48.69%74.9%-
XYZ25.9818.7951.55-
YUV123.55166.06145.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 191 (75% from 255) = 43.71%
R=33.87%
G=22.43%
B=43.71%

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
Decimal148981910.230.4900.25272.2642.0856.67
Hex9462BF17310191102a39
Octal22414227727610314205271
Binary1001010011000101011111110111110001011001100010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9462BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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