Html Css Color HEX #9159DC Amethyst

📋 copy color: '#9159DC'

red 145 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #9159DC

Tints of Amethyst #9159DC

RGB

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

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

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

R = 31.94%
G = 19.6%
B = 48.46%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9159DC (or 0x9159DC) is known color: Amethyst. HEX triplet: 91, 59 and DC. RGB value is (145,89,220). Sum of RGB (Red+Green+Blue) = 145+89+220=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #9159DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159DC is #6EA623. Grayscale: #787878. Windows color (decimal): -7251492 or 14440849. OLE color: 14440849.

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

Color convert

RGB 145 89 220 -
CMYK 0.34 0.60 0 0.14
HSL 265.65º 0.65% 0.61% -
HSV(B) 265.65º 0.6% 0.86% -
XYZ 28.17 18.33 69.76 -
YUV 120.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 145 89 220 0.34 0.60 0 0.14 265.65 0.65 0.61
Hex 91 59 DC 22 3C 0 E 10A 41 3D
Octal 221 131 334 42 74 0 16 412 101 75
Binary 10010001 1011001 11011100 100010 111100 0 1110 100001010 1000001 111101

Color Harmonies of #9159DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9159DC

Black with #9159DC

Text Example


Text Example

White with #9159DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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