Html Css Color HEX #9A59DB Amethyst

📋 copy color: '#9A59DB'

red 154 ◦ green 89 ◦ blue 219

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

Shades of Amethyst #9A59DB

Tints of Amethyst #9A59DB

RGB

 RED value IS 154 (60.55% from 255) = 33.33%

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 33.33%
G = 19.26%
B = 47.4%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A59DB (or 0x9A59DB) is known color: Amethyst. HEX triplet: 9A, 59 and DB. RGB value is (154,89,219). Sum of RGB (Red+Green+Blue) = 154+89+219=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A59DB is #65A624. Grayscale: #7A7A7A. Windows color (decimal): -6661669 or 14375322. OLE color: 14375322.

HSL color Cylindrical-coordinate representation of color #9A59DB: hue angle of 270º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A59DB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 89 219 -
CMYK 0.30 0.59 0 0.14
HSL 270º 0.64% 0.6% -
HSV(B) 270º 0.59% 0.86% -
XYZ 29.68 19.13 69.15 -
YUV 123.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 154 89 219 0.30 0.59 0 0.14 270 0.64 0.6
Hex 9A 59 DB 1E 3B 0 E 10E 40 3C
Octal 232 131 333 36 73 0 16 416 100 74
Binary 10011010 1011001 11011011 11110 111011 0 1110 100001110 1000000 111100

Color Harmonies of #9A59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A59DB

Black with #9A59DB

Text Example


Text Example

White with #9A59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A59DB; }

 p { color: rgb(154,89,219); }

 H1.HeaderClassName
 {
   color: #9A59DB;
 }
 .AnyTagClassName
 {
   color: #9A59DB;
 }
</style>

background-color css

<style>
 a { background-color: #9A59DB; }

 a { background-color: rgb(154,89,219); }

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

border-color css

<style>
 span { border-color: #9A59DB; }

 span { border-color: rgb(154,89,219); }

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