#9051CC

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

Shades of Amethyst #9051CC

Tints of Amethyst #9051CC

Color information

#9051CC (or 0x9051CC) is unknown color: approx Amethyst. HEX triplet: 90, 51 and CC. RGB value is (144,81,204). Sum of RGB (Red+Green+Blue) = 144+81+204=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #9051CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051CC is #6FAE33. Grayscale: #717171. Windows color (decimal): -7319092 or 13390224. OLE color: 13390224.

HSL color Cylindrical-coordinate representation of color #9051CC: hue angle of 270.73º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9051CC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14481204-
CMYK0.290.6000.2
HSL270.73º54.67%55.88%-
HSV(B)270.73º60.29%80%-
XYZ25.3416.1758.91-
YUV113.86178.87149.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=33.57%
G=18.88%
B=47.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal144812040.290.6000.2270.7354.6755.88
Hex9051CC1D3C01410f3738
Octal22012131435740244176770
Binary1001000010100011100110011101111100010100100001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9051CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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