Html Css Color HEX #9059CC Amethyst

📋 copy color: '#9059CC'

red 144 ◦ green 89 ◦ blue 204

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

Shades of Amethyst #9059CC

Tints of Amethyst #9059CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 32.95%
G = 20.37%
B = 46.68%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9059CC (or 0x9059CC) is known color: Amethyst. HEX triplet: 90, 59 and CC. RGB value is (144,89,204). Sum of RGB (Red+Green+Blue) = 144+89+204=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #9059CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059CC is #6FA633. Grayscale: #767676. Windows color (decimal): -7317044 or 13392272. OLE color: 13392272.

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

Color convert

RGB 144 89 204 -
CMYK 0.29 0.56 0 0.2
HSL 268.7º 0.53% 0.57% -
HSV(B) 268.7º 0.56% 0.8% -
XYZ 25.97 17.43 59.12 -
YUV 118.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 144 89 204 0.29 0.56 0 0.2 268.7 0.53 0.57
Hex 90 59 CC 1D 38 0 14 10D 35 39
Octal 220 131 314 35 70 0 24 415 65 71
Binary 10010000 1011001 11001100 11101 111000 0 10100 100001101 110101 111001

Color Harmonies of #9059CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059CC

Black with #9059CC

Text Example


Text Example

White with #9059CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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