#905FBF

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

Shades of Amethyst #905FBF

Tints of Amethyst #905FBF

Color information

#905FBF (or 0x905FBF) is unknown color: approx Amethyst. HEX triplet: 90, 5F and BF. RGB value is (144,95,191). Sum of RGB (Red+Green+Blue) = 144+95+191=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #905FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FBF is #6FA040. Grayscale: #787878. Windows color (decimal): -7315521 or 12541840. OLE color: 12541840.

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

Color convert

RGB14495191-
CMYK0.250.5000.25
HSL270.62º42.86%56.08%-
HSV(B)270.62º50.26%74.9%-
XYZ2517.8851.42-
YUV120.6167.73144.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 191 (75% from 255) = 44.42%
R=33.49%
G=22.09%
B=44.42%

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
Decimal144951910.250.5000.25270.6242.8656.08
Hex905FBF193201910f2b38
Octal22013727731620314175370
Binary1001000010111111011111111001110010011001100001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905FBF; }

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

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

<style>
 a { background-color: #905FBF; }

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

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

<style>
 span { border-color: #905FBF; }

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

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