#9060BF

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

Shades of Amethyst #9060BF

Tints of Amethyst #9060BF

Color information

#9060BF (or 0x9060BF) is unknown color: approx Amethyst. HEX triplet: 90, 60 and BF. RGB value is (144,96,191). Sum of RGB (Red+Green+Blue) = 144+96+191=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #9060BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060BF is #6F9F40. Grayscale: #787878. Windows color (decimal): -7315265 or 12542096. OLE color: 12542096.

HSL color Cylindrical-coordinate representation of color #9060BF: hue angle of 270.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9060BF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14496191-
CMYK0.250.5000.25
HSL270.32º42.6%56.27%-
HSV(B)270.32º49.74%74.9%-
XYZ25.0918.0651.45-
YUV121.18167.4144.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 191 (75% from 255) = 44.32%
R=33.41%
G=22.27%
B=44.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144961910.250.5000.25270.3242.656.27
Hex9060BF193201910e2b38
Octal22014027731620314165370
Binary1001000011000001011111111001110010011001100001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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