Html Css Color HEX #9059DA Amethyst

📋 copy color: '#9059DA'

red 144 ◦ green 89 ◦ blue 218

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

Shades of Amethyst #9059DA

Tints of Amethyst #9059DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 31.93%
G = 19.73%
B = 48.34%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9059DA (or 0x9059DA) is known color: Amethyst. HEX triplet: 90, 59 and DA. RGB value is (144,89,218). Sum of RGB (Red+Green+Blue) = 144+89+218=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #9059DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059DA is #6FA625. Grayscale: #777777. Windows color (decimal): -7317030 or 14309776. OLE color: 14309776.

HSL color Cylindrical-coordinate representation of color #9059DA: hue angle of 265.58º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9059DA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 89 218 -
CMYK 0.34 0.59 0 0.15
HSL 265.58º 0.64% 0.6% -
HSV(B) 265.58º 0.59% 0.85% -
XYZ 27.73 18.14 68.37 -
YUV 120.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 144 89 218 0.34 0.59 0 0.15 265.58 0.64 0.6
Hex 90 59 DA 22 3B 0 F 10A 40 3C
Octal 220 131 332 42 73 0 17 412 100 74
Binary 10010000 1011001 11011010 100010 111011 0 1111 100001010 1000000 111100

Color Harmonies of #9059DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059DA

Black with #9059DA

Text Example


Text Example

White with #9059DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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