#9051CF

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

Shades of Amethyst #9051CF

Tints of Amethyst #9051CF

Color information

#9051CF (or 0x9051CF) is unknown color: approx Amethyst. HEX triplet: 90, 51 and CF. RGB value is (144,81,207). Sum of RGB (Red+Green+Blue) = 144+81+207=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #9051CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051CF is #6FAE30. Grayscale: #717171. Windows color (decimal): -7319089 or 13586832. OLE color: 13586832.

HSL color Cylindrical-coordinate representation of color #9051CF: hue angle of 270º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9051CF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14481207-
CMYK0.300.6100.19
HSL270º56.76%56.47%-
HSV(B)270º60.87%81.18%-
XYZ25.7116.3260.83-
YUV114.2180.37149.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 207 (81.25% from 255) = 47.92%
R=33.33%
G=18.75%
B=47.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144812070.300.6100.1927056.7656.47
Hex9051CF1E3D01310e3938
Octal22012131736750234167170
Binary1001000010100011100111111110111101010011100001110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9051CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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