#9058CC

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

Shades of Amethyst #9058CC

Tints of Amethyst #9058CC

Color information

#9058CC (or 0x9058CC) is unknown color: approx Amethyst. HEX triplet: 90, 58 and CC. RGB value is (144,88,204). Sum of RGB (Red+Green+Blue) = 144+88+204=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #9058CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058CC is #6FA733. Grayscale: #757575. Windows color (decimal): -7317300 or 13392016. OLE color: 13392016.

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

Color convert

RGB14488204-
CMYK0.290.5700.2
HSL268.97º53.21%57.25%-
HSV(B)268.97º56.86%80%-
XYZ25.8917.2759.1-
YUV117.97176.55146.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=33.03%
G=20.18%
B=46.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal144882040.290.5700.2268.9753.2157.25
Hex9058CC1D3901410d3539
Octal22013031435710244156571
Binary1001000010110001100110011101111001010100100001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9058CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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