#9061BF

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

Shades of Amethyst #9061BF

Tints of Amethyst #9061BF

Color information

#9061BF (or 0x9061BF) is unknown color: approx Amethyst. HEX triplet: 90, 61 and BF. RGB value is (144,97,191). Sum of RGB (Red+Green+Blue) = 144+97+191=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #9061BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061BF is #6F9E40. Grayscale: #797979. Windows color (decimal): -7315009 or 12542352. OLE color: 12542352.

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

Color convert

RGB14497191-
CMYK0.250.4900.25
HSL270º42.34%56.47%-
HSV(B)270º49.21%74.9%-
XYZ25.1818.2451.48-
YUV121.77167.07143.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 191 (75% from 255) = 44.21%
R=33.33%
G=22.45%
B=44.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144971910.250.4900.2527042.3456.47
Hex9061BF193101910e2a38
Octal22014127731610314165270
Binary1001000011000011011111111001110001011001100001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9061BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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