#905ECA

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

Shades of Amethyst #905ECA

Tints of Amethyst #905ECA

Color information

#905ECA (or 0x905ECA) is unknown color: approx Amethyst. HEX triplet: 90, 5E and CA. RGB value is (144,94,202). Sum of RGB (Red+Green+Blue) = 144+94+202=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #905ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ECA is #6FA135. Grayscale: #787878. Windows color (decimal): -7315766 or 13262480. OLE color: 13262480.

HSL color Cylindrical-coordinate representation of color #905ECA: hue angle of 267.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905ECA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14494202-
CMYK0.290.5300.21
HSL267.78º50.47%58.04%-
HSV(B)267.78º53.47%79.22%-
XYZ26.1618.258.01-
YUV121.26173.56144.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=32.73%
G=21.36%
B=45.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144942020.290.5300.21267.7850.4758.04
Hex905ECA1D3501510c323a
Octal22013631235650254146272
Binary1001000010111101100101011101110101010101100001100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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