#9162BD

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

Shades of Amethyst #9162BD

Tints of Amethyst #9162BD

Color information

#9162BD (or 0x9162BD) is unknown color: approx Amethyst. HEX triplet: 91, 62 and BD. RGB value is (145,98,189). Sum of RGB (Red+Green+Blue) = 145+98+189=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #9162BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9162BD is #6E9D42. Grayscale: #7A7A7A. Windows color (decimal): -7249219 or 12411537. OLE color: 12411537.

HSL color Cylindrical-coordinate representation of color #9162BD: hue angle of 270.99º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9162BD is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14598189-
CMYK0.230.4800.26
HSL270.99º40.81%56.27%-
HSV(B)270.99º48.15%74.12%-
XYZ25.2318.4350.37-
YUV122.43165.57144.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=33.56%
G=22.69%
B=43.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145981890.230.4800.26270.9940.8156.27
Hex9162BD173001A10f2938
Octal22114227527600324175170
Binary1001000111000101011110110111110000011010100001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9162BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9162BD; }

 p { color: rgb(145,98,189); }

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

<style>
 a { background-color: #9162BD; }

 a { background-color: rgb(145,98,189); }

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

<style>
 span { border-color: #9162BD; }

 span { border-color: rgb(145,98,189); }

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