#9051D4

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

Shades of Amethyst #9051D4

Tints of Amethyst #9051D4

Color information

#9051D4 (or 0x9051D4) is unknown color: approx Amethyst. HEX triplet: 90, 51 and D4. RGB value is (144,81,212). Sum of RGB (Red+Green+Blue) = 144+81+212=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #9051D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051D4 is #6FAE2B. Grayscale: #727272. Windows color (decimal): -7319084 or 13914512. OLE color: 13914512.

HSL color Cylindrical-coordinate representation of color #9051D4: hue angle of 268.85º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9051D4 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14481212-
CMYK0.320.6200.17
HSL268.85º60.37%57.45%-
HSV(B)268.85º61.79%83.14%-
XYZ26.3316.5764.1-
YUV114.77182.87148.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 212 (83.20% from 255) = 48.51%
R=32.95%
G=18.54%
B=48.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal144812120.320.6200.17268.8560.3757.45
Hex9051D4203E01110d3c39
Octal22012132440760214157471
Binary10010000101000111010100100000111110010001100001101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9051D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9051D4; }

 p { color: rgb(144,81,212); }

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

<style>
 a { background-color: #9051D4; }

 a { background-color: rgb(144,81,212); }

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

<style>
 span { border-color: #9051D4; }

 span { border-color: rgb(144,81,212); }

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