Html Css Color HEX #9159D0 Amethyst

📋 copy color: '#9159D0'

red 145 ◦ green 89 ◦ blue 208

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

Shades of Amethyst #9159D0

Tints of Amethyst #9159D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.06%

R = 32.81%
G = 20.14%
B = 47.06%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9159D0 (or 0x9159D0) is known color: Amethyst. HEX triplet: 91, 59 and D0. RGB value is (145,89,208). Sum of RGB (Red+Green+Blue) = 145+89+208=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #9159D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159D0 is #6EA62F. Grayscale: #767676. Windows color (decimal): -7251504 or 13654417. OLE color: 13654417.

HSL color Cylindrical-coordinate representation of color #9159D0: hue angle of 268.24º degrees, saturation: 0.56, 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 #9159D0 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 89 208 -
CMYK 0.30 0.57 0 0.18
HSL 268.24º 0.56% 0.58% -
HSV(B) 268.24º 0.57% 0.82% -
XYZ 26.63 17.72 61.69 -
YUV 119.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 145 89 208 0.30 0.57 0 0.18 268.24 0.56 0.58
Hex 91 59 D0 1E 39 0 12 10C 38 3A
Octal 221 131 320 36 71 0 22 414 70 72
Binary 10010001 1011001 11010000 11110 111001 0 10010 100001100 111000 111010

Color Harmonies of #9159D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9159D0

Black with #9159D0

Text Example


Text Example

White with #9159D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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