#905BD1

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

Shades of Amethyst #905BD1

Tints of Amethyst #905BD1

Color information

#905BD1 (or 0x905BD1) is unknown color: approx Amethyst. HEX triplet: 90, 5B and D1. RGB value is (144,91,209). Sum of RGB (Red+Green+Blue) = 144+91+209=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #905BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905BD1 is #6FA42E. Grayscale: #777777. Windows color (decimal): -7316527 or 13720464. OLE color: 13720464.

HSL color Cylindrical-coordinate representation of color #905BD1: hue angle of 266.95º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #905BD1 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14491209-
CMYK0.310.5600.18
HSL266.95º56.19%58.82%-
HSV(B)266.95º56.46%81.96%-
XYZ26.7518.0162.39-
YUV120.3178.06144.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=32.43%
G=20.50%
B=47.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144912090.310.5600.18266.9556.1958.82
Hex905BD11F3801210b383b
Octal22013332137700224137073
Binary1001000010110111101000111111111000010010100001011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,91,209); }

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

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

 a { background-color: rgb(144,91,209); }

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

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

 span { border-color: rgb(144,91,209); }

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