#9462BE

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

Shades of Amethyst #9462BE

Tints of Amethyst #9462BE

Color information

#9462BE (or 0x9462BE) is unknown color: approx Amethyst. HEX triplet: 94, 62 and BE. RGB value is (148,98,190). Sum of RGB (Red+Green+Blue) = 148+98+190=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9462BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462BE is #6B9D41. Grayscale: #7B7B7B. Windows color (decimal): -7052610 or 12477076. OLE color: 12477076.

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

Color convert

RGB14898190-
CMYK0.220.4800.25
HSL272.61º41.44%56.47%-
HSV(B)272.61º48.42%74.51%-
XYZ25.8718.7550.97-
YUV123.44165.56145.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=33.94%
G=22.48%
B=43.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148981900.220.4800.25272.6141.4456.47
Hex9462BE16300191112938
Octal22414227626600314215170
Binary1001010011000101011111010110110000011001100010001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9462BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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