Html Css Color HEX #9059CE Amethyst

📋 copy color: '#9059CE'

red 144 ◦ green 89 ◦ blue 206

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

Shades of Amethyst #9059CE

Tints of Amethyst #9059CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 32.8%
G = 20.27%
B = 46.92%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9059CE (or 0x9059CE) is known color: Amethyst. HEX triplet: 90, 59 and CE. RGB value is (144,89,206). Sum of RGB (Red+Green+Blue) = 144+89+206=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #9059CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059CE is #6FA631. Grayscale: #767676. Windows color (decimal): -7317042 or 13523344. OLE color: 13523344.

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

Color convert

RGB 144 89 206 -
CMYK 0.30 0.57 0 0.19
HSL 268.21º 0.54% 0.58% -
HSV(B) 268.21º 0.57% 0.81% -
XYZ 26.21 17.53 60.39 -
YUV 118.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 144 89 206 0.30 0.57 0 0.19 268.21 0.54 0.58
Hex 90 59 CE 1E 39 0 13 10C 36 3A
Octal 220 131 316 36 71 0 23 414 66 72
Binary 10010000 1011001 11001110 11110 111001 0 10011 100001100 110110 111010

Color Harmonies of #9059CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059CE

Black with #9059CE

Text Example


Text Example

White with #9059CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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