Html Css Color HEX #9059DC Amethyst

📋 copy color: '#9059DC'

red 144 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #9059DC

Tints of Amethyst #9059DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 31.79%
G = 19.65%
B = 48.57%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9059DC (or 0x9059DC) is known color: Amethyst. HEX triplet: 90, 59 and DC. RGB value is (144,89,220). Sum of RGB (Red+Green+Blue) = 144+89+220=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #9059DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059DC is #6FA623. Grayscale: #777777. Windows color (decimal): -7317028 or 14440848. OLE color: 14440848.

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

Color convert

RGB 144 89 220 -
CMYK 0.35 0.60 0 0.14
HSL 265.19º 0.65% 0.61% -
HSV(B) 265.19º 0.6% 0.86% -
XYZ 27.99 18.24 69.76 -
YUV 120.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 144 89 220 0.35 0.60 0 0.14 265.19 0.65 0.61
Hex 90 59 DC 23 3C 0 E 109 41 3D
Octal 220 131 334 43 74 0 16 411 101 75
Binary 10010000 1011001 11011100 100011 111100 0 1110 100001001 1000001 111101

Color Harmonies of #9059DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059DC

Black with #9059DC

Text Example


Text Example

White with #9059DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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