#905BC2

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

Shades of Amethyst #905BC2

Tints of Amethyst #905BC2

Color information

#905BC2 (or 0x905BC2) is unknown color: approx Amethyst. HEX triplet: 90, 5B and C2. RGB value is (144,91,194). Sum of RGB (Red+Green+Blue) = 144+91+194=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #905BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905BC2 is #6FA43D. Grayscale: #767676. Windows color (decimal): -7316542 or 12737424. OLE color: 12737424.

HSL color Cylindrical-coordinate representation of color #905BC2: hue angle of 270.87º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905BC2 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14491194-
CMYK0.260.5300.24
HSL270.87º45.78%55.88%-
HSV(B)270.87º53.09%76.08%-
XYZ24.9817.3153.06-
YUV118.59170.56146.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 194 (76.17% from 255) = 45.22%
R=33.57%
G=21.21%
B=45.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144911940.260.5300.24270.8745.7855.88
Hex905BC21A3501810f2e38
Octal22013330232650304175670
Binary1001000010110111100001011010110101011000100001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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