#9060BD

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

Shades of Amethyst #9060BD

Tints of Amethyst #9060BD

Color information

#9060BD (or 0x9060BD) is unknown color: approx Amethyst. HEX triplet: 90, 60 and BD. RGB value is (144,96,189). Sum of RGB (Red+Green+Blue) = 144+96+189=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #9060BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060BD is #6F9F42. Grayscale: #787878. Windows color (decimal): -7315267 or 12411024. OLE color: 12411024.

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

Color convert

RGB14496189-
CMYK0.240.4900.26
HSL270.97º41.33%55.88%-
HSV(B)270.97º49.21%74.12%-
XYZ24.8717.9750.3-
YUV120.95166.4144.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=33.57%
G=22.38%
B=44.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144961890.240.4900.26270.9741.3355.88
Hex9060BD183101A10f2938
Octal22014027530610324175170
Binary1001000011000001011110111000110001011010100001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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