Html Css Color HEX #9059DD Amethyst

📋 copy color: '#9059DD'

red 144 ◦ green 89 ◦ blue 221

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

Shades of Amethyst #9059DD

Tints of Amethyst #9059DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 31.72%
G = 19.6%
B = 48.68%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9059DD (or 0x9059DD) is known color: Amethyst. HEX triplet: 90, 59 and DD. RGB value is (144,89,221). Sum of RGB (Red+Green+Blue) = 144+89+221=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #9059DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059DD is #6FA622. Grayscale: #787878. Windows color (decimal): -7317027 or 14506384. OLE color: 14506384.

HSL color Cylindrical-coordinate representation of color #9059DD: hue angle of 265º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9059DD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 89 221 -
CMYK 0.35 0.60 0 0.13
HSL 265º 0.66% 0.61% -
HSV(B) 265º 0.6% 0.87% -
XYZ 28.13 18.29 70.46 -
YUV 120.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 144 89 221 0.35 0.60 0 0.13 265 0.66 0.61
Hex 90 59 DD 23 3C 0 D 109 42 3D
Octal 220 131 335 43 74 0 15 411 102 75
Binary 10010000 1011001 11011101 100011 111100 0 1101 100001001 1000010 111101

Color Harmonies of #9059DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059DD

Black with #9059DD

Text Example


Text Example

White with #9059DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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