#9061BE

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

Shades of Amethyst #9061BE

Tints of Amethyst #9061BE

Color information

#9061BE (or 0x9061BE) is unknown color: approx Amethyst. HEX triplet: 90, 61 and BE. RGB value is (144,97,190). Sum of RGB (Red+Green+Blue) = 144+97+190=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #9061BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061BE is #6F9E41. Grayscale: #797979. Windows color (decimal): -7315010 or 12476816. OLE color: 12476816.

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

Color convert

RGB14497190-
CMYK0.240.4900.25
HSL270.32º41.7%56.27%-
HSV(B)270.32º48.95%74.51%-
XYZ25.0718.250.91-
YUV121.66166.57143.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=33.41%
G=22.51%
B=44.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144971900.240.4900.25270.3241.756.27
Hex9061BE183101910e2a38
Octal22014127630610314165270
Binary1001000011000011011111011000110001011001100001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9061BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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