Html Css Color HEX #9059CD Amethyst

📋 copy color: '#9059CD'

red 144 ◦ green 89 ◦ blue 205

#9059CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9059CD

Tints of Amethyst #9059CD

RGB

 RED value IS 144 (56.64% from 255) = 32.88%

 GREEN value IS 89 (35.16% from 255) = 20.32%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 32.88%
G = 20.32%
B = 46.8%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9059CD (or 0x9059CD) is known color: Amethyst. HEX triplet: 90, 59 and CD. RGB value is (144,89,205). Sum of RGB (Red+Green+Blue) = 144+89+205=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #9059CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059CD is #6FA632. Grayscale: #767676. Windows color (decimal): -7317043 or 13457808. OLE color: 13457808.

HSL color Cylindrical-coordinate representation of color #9059CD: hue angle of 268.45º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9059CD is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 89 205 -
CMYK 0.30 0.57 0 0.20
HSL 268.45º 0.54% 0.58% -
HSV(B) 268.45º 0.57% 0.8% -
XYZ 26.09 17.48 59.76 -
YUV 118.67 176.72 146.07 -
System Red Green Blue C M Y K H S L
Decimal 144 89 205 0.30 0.57 0 0.20 268.45 0.54 0.58
Hex 90 59 CD 1E 39 0 14 10C 36 3A
Octal 220 131 315 36 71 0 24 414 66 72
Binary 10010000 1011001 11001101 11110 111001 0 10100 100001100 110110 111010

Color Harmonies of #9059CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059CD

Black with #9059CD

Text Example


Text Example

White with #9059CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9059CD;
 }
 .AnyTagClassName
 {
   color: #9059CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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