#9051D7

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

Shades of Amethyst #9051D7

Tints of Amethyst #9051D7

Color information

#9051D7 (or 0x9051D7) is unknown color: approx Amethyst. HEX triplet: 90, 51 and D7. RGB value is (144,81,215). Sum of RGB (Red+Green+Blue) = 144+81+215=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #9051D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051D7 is #6FAE28. Grayscale: #727272. Windows color (decimal): -7319081 or 14111120. OLE color: 14111120.

HSL color Cylindrical-coordinate representation of color #9051D7: hue angle of 268.21º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9051D7 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14481215-
CMYK0.330.6200.16
HSL268.21º62.62%58.04%-
HSV(B)268.21º62.33%84.31%-
XYZ26.7116.7266.11-
YUV115.11184.37148.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 215 (84.38% from 255) = 48.86%
R=32.73%
G=18.41%
B=48.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144812150.330.6200.16268.2162.6258.04
Hex9051D7213E01010c3f3a
Octal22012132741760204147772
Binary10010000101000111010111100001111110010000100001100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9051D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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