Html Css Color HEX #9159D1 Amethyst

📋 copy color: '#9159D1'

red 145 ◦ green 89 ◦ blue 209

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

Shades of Amethyst #9159D1

Tints of Amethyst #9159D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.18%

R = 32.73%
G = 20.09%
B = 47.18%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9159D1 (or 0x9159D1) is known color: Amethyst. HEX triplet: 91, 59 and D1. RGB value is (145,89,209). Sum of RGB (Red+Green+Blue) = 145+89+209=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #9159D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159D1 is #6EA62E. Grayscale: #767676. Windows color (decimal): -7251503 or 13719953. OLE color: 13719953.

HSL color Cylindrical-coordinate representation of color #9159D1: hue angle of 268º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9159D1 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 89 209 -
CMYK 0.31 0.57 0 0.18
HSL 268º 0.57% 0.58% -
HSV(B) 268º 0.57% 0.82% -
XYZ 26.76 17.77 62.34 -
YUV 119.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 145 89 209 0.31 0.57 0 0.18 268 0.57 0.58
Hex 91 59 D1 1F 39 0 12 10C 39 3A
Octal 221 131 321 37 71 0 22 414 71 72
Binary 10010001 1011001 11010001 11111 111001 0 10010 100001100 111001 111010

Color Harmonies of #9159D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9159D1

Black with #9159D1

Text Example


Text Example

White with #9159D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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