Html Css Color HEX #9159DB Amethyst

📋 copy color: '#9159DB'

red 145 ◦ green 89 ◦ blue 219

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

Shades of Amethyst #9159DB

Tints of Amethyst #9159DB

RGB

 RED value IS 145 (57.03% from 255) = 32.01%

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

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

R = 32.01%
G = 19.65%
B = 48.34%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9159DB (or 0x9159DB) is known color: Amethyst. HEX triplet: 91, 59 and DB. RGB value is (145,89,219). Sum of RGB (Red+Green+Blue) = 145+89+219=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9159DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159DB is #6EA624. Grayscale: #787878. Windows color (decimal): -7251493 or 14375313. OLE color: 14375313.

HSL color Cylindrical-coordinate representation of color #9159DB: hue angle of 265.85º 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 #9159DB is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 89 219 -
CMYK 0.34 0.59 0 0.14
HSL 265.85º 0.64% 0.6% -
HSV(B) 265.85º 0.59% 0.86% -
XYZ 28.04 18.28 69.07 -
YUV 120.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 145 89 219 0.34 0.59 0 0.14 265.85 0.64 0.6
Hex 91 59 DB 22 3B 0 E 10A 40 3C
Octal 221 131 333 42 73 0 16 412 100 74
Binary 10010001 1011001 11011011 100010 111011 0 1110 100001010 1000000 111100

Color Harmonies of #9159DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9159DB

Black with #9159DB

Text Example


Text Example

White with #9159DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9159DB; }

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

 H1.HeaderClassName
 {
   color: #9159DB;
 }
 .AnyTagClassName
 {
   color: #9159DB;
 }
</style>

background-color css

<style>
 a { background-color: #9159DB; }

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

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

border-color css

<style>
 span { border-color: #9159DB; }

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

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