#905ECE

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

Shades of Amethyst #905ECE

Tints of Amethyst #905ECE

Color information

#905ECE (or 0x905ECE) is unknown color: approx Amethyst. HEX triplet: 90, 5E and CE. RGB value is (144,94,206). Sum of RGB (Red+Green+Blue) = 144+94+206=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #905ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ECE is #6FA131. Grayscale: #797979. Windows color (decimal): -7315762 or 13524624. OLE color: 13524624.

HSL color Cylindrical-coordinate representation of color #905ECE: hue angle of 266.79º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #905ECE is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14494206-
CMYK0.300.5400.19
HSL266.79º53.33%58.82%-
HSV(B)266.79º54.37%80.78%-
XYZ26.6418.3960.54-
YUV121.72175.56143.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=32.43%
G=21.17%
B=46.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144942060.300.5400.19266.7953.3358.82
Hex905ECE1E3601310b353b
Octal22013631636660234136573
Binary1001000010111101100111011110110110010011100001011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,94,206); }

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

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

 a { background-color: rgb(144,94,206); }

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

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

 span { border-color: rgb(144,94,206); }

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