Html Css Color HEX #9157CE Amethyst

📋 copy color: '#9157CE'

red 145 ◦ green 87 ◦ blue 206

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

Shades of Amethyst #9157CE

Tints of Amethyst #9157CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.86%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 33.11%
G = 19.86%
B = 47.03%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9157CE (or 0x9157CE) is known color: Amethyst. HEX triplet: 91, 57 and CE. RGB value is (145,87,206). Sum of RGB (Red+Green+Blue) = 145+87+206=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #9157CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9157CE is #6EA831. Grayscale: #757575. Windows color (decimal): -7252018 or 13522833. OLE color: 13522833.

HSL color Cylindrical-coordinate representation of color #9157CE: hue angle of 269.24º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9157CE is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 87 206 -
CMYK 0.30 0.58 0 0.19
HSL 269.24º 0.55% 0.57% -
HSV(B) 269.24º 0.58% 0.81% -
XYZ 26.23 17.29 60.35 -
YUV 117.91 177.72 147.32 -
System Red Green Blue C M Y K H S L
Decimal 145 87 206 0.30 0.58 0 0.19 269.24 0.55 0.57
Hex 91 57 CE 1E 3A 0 13 10D 37 39
Octal 221 127 316 36 72 0 23 415 67 71
Binary 10010001 1010111 11001110 11110 111010 0 10011 100001101 110111 111001

Color Harmonies of #9157CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9157CE

Black with #9157CE

Text Example


Text Example

White with #9157CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9157CE; }

 p { color: rgb(145,87,206); }

 H1.HeaderClassName
 {
   color: #9157CE;
 }
 .AnyTagClassName
 {
   color: #9157CE;
 }
</style>

background-color css

<style>
 a { background-color: #9157CE; }

 a { background-color: rgb(145,87,206); }

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

border-color css

<style>
 span { border-color: #9157CE; }

 span { border-color: rgb(145,87,206); }

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