Html Css Color HEX #9156CE Amethyst

📋 copy color: '#9156CE'

red 145 ◦ green 86 ◦ blue 206

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

Shades of Amethyst #9156CE

Tints of Amethyst #9156CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.68%

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

R = 33.18%
G = 19.68%
B = 47.14%

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

#9156CE (or 0x9156CE) is known color: Amethyst. HEX triplet: 91, 56 and CE. RGB value is (145,86,206). Sum of RGB (Red+Green+Blue) = 145+86+206=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #9156CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9156CE is #6EA931. Grayscale: #747474. Windows color (decimal): -7252274 or 13522577. OLE color: 13522577.

HSL color Cylindrical-coordinate representation of color #9156CE: hue angle of 269.5º 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 #9156CE is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 86 206 -
CMYK 0.30 0.58 0 0.19
HSL 269.5º 0.55% 0.57% -
HSV(B) 269.5º 0.58% 0.81% -
XYZ 26.15 17.13 60.32 -
YUV 117.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 145 86 206 0.30 0.58 0 0.19 269.5 0.55 0.57
Hex 91 56 CE 1E 3A 0 13 10E 37 39
Octal 221 126 316 36 72 0 23 416 67 71
Binary 10010001 1010110 11001110 11110 111010 0 10011 100001110 110111 111001

Color Harmonies of #9156CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9156CE

Black with #9156CE

Text Example


Text Example

White with #9156CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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