#9060BE

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

Shades of Amethyst #9060BE

Tints of Amethyst #9060BE

Color information

#9060BE (or 0x9060BE) is unknown color: approx Amethyst. HEX triplet: 90, 60 and BE. RGB value is (144,96,190). Sum of RGB (Red+Green+Blue) = 144+96+190=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #9060BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060BE is #6F9F41. Grayscale: #787878. Windows color (decimal): -7315266 or 12476560. OLE color: 12476560.

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

Color convert

RGB14496190-
CMYK0.240.4900.25
HSL270.64º41.96%56.08%-
HSV(B)270.64º49.47%74.51%-
XYZ24.9818.0150.88-
YUV121.07166.9144.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=33.49%
G=22.33%
B=44.19%

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
Decimal144961900.240.4900.25270.6441.9656.08
Hex9060BE183101910f2a38
Octal22014027630610314175270
Binary1001000011000001011111011000110001011001100001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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