Html Css Color HEX #9156DF Amethyst

📋 copy color: '#9156DF'

red 145 ◦ green 86 ◦ blue 223

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

Shades of Amethyst #9156DF

Tints of Amethyst #9156DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 31.94%
G = 18.94%
B = 49.12%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9156DF (or 0x9156DF) is known color: Amethyst. HEX triplet: 91, 56 and DF. RGB value is (145,86,223). Sum of RGB (Red+Green+Blue) = 145+86+223=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #9156DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9156DF is #6EA920. Grayscale: #767676. Windows color (decimal): -7252257 or 14636689. OLE color: 14636689.

HSL color Cylindrical-coordinate representation of color #9156DF: hue angle of 265.84º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9156DF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 86 223 -
CMYK 0.35 0.61 0 0.13
HSL 265.84º 0.68% 0.61% -
HSV(B) 265.84º 0.61% 0.87% -
XYZ 28.32 18 71.79 -
YUV 119.26 186.55 146.36 -
System Red Green Blue C M Y K H S L
Decimal 145 86 223 0.35 0.61 0 0.13 265.84 0.68 0.61
Hex 91 56 DF 23 3D 0 D 10A 44 3D
Octal 221 126 337 43 75 0 15 412 104 75
Binary 10010001 1010110 11011111 100011 111101 0 1101 100001010 1000100 111101

Color Harmonies of #9156DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9156DF

Black with #9156DF

Text Example


Text Example

White with #9156DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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