#9051CD

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

Shades of Amethyst #9051CD

Tints of Amethyst #9051CD

Color information

#9051CD (or 0x9051CD) is unknown color: approx Amethyst. HEX triplet: 90, 51 and CD. RGB value is (144,81,205). Sum of RGB (Red+Green+Blue) = 144+81+205=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #9051CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051CD is #6FAE32. Grayscale: #717171. Windows color (decimal): -7319091 or 13455760. OLE color: 13455760.

HSL color Cylindrical-coordinate representation of color #9051CD: hue angle of 270.48º 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 #9051CD is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14481205-
CMYK0.300.6000.20
HSL270.48º55.36%56.08%-
HSV(B)270.48º60.49%80.39%-
XYZ25.4616.2259.55-
YUV113.97179.37149.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=33.49%
G=18.84%
B=47.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144812050.300.6000.20270.4855.3656.08
Hex9051CD1E3C01410e3738
Octal22012131536740244166770
Binary1001000010100011100110111110111100010100100001110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9051CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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