Html Css Color HEX #915EC7 Amethyst

📋 copy color: '#915EC7'

red 145 ◦ green 94 ◦ blue 199

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

Shades of Amethyst #915EC7

Tints of Amethyst #915EC7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.46%

 BLUE value IS 199 (78.13% from 255) = 45.43%

R = 33.11%
G = 21.46%
B = 45.43%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#915EC7 (or 0x915EC7) is known color: Amethyst. HEX triplet: 91, 5E and C7. RGB value is (145,94,199). Sum of RGB (Red+Green+Blue) = 145+94+199=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #915EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EC7 is #6EA138. Grayscale: #787878. Windows color (decimal): -7250233 or 13065873. OLE color: 13065873.

HSL color Cylindrical-coordinate representation of color #915EC7: hue angle of 269.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915EC7 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 94 199 -
CMYK 0.27 0.53 0 0.22
HSL 269.14º 0.48% 0.57% -
HSV(B) 269.14º 0.53% 0.78% -
XYZ 25.99 18.15 56.17 -
YUV 121.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 145 94 199 0.27 0.53 0 0.22 269.14 0.48 0.57
Hex 91 5E C7 1B 35 0 16 10D 30 39
Octal 221 136 307 33 65 0 26 415 60 71
Binary 10010001 1011110 11000111 11011 110101 0 10110 100001101 110000 111001

Color Harmonies of #915EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EC7

Black with #915EC7

Text Example


Text Example

White with #915EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915EC7; }

 p { color: rgb(145,94,199); }

 H1.HeaderClassName
 {
   color: #915EC7;
 }
 .AnyTagClassName
 {
   color: #915EC7;
 }
</style>

background-color css

<style>
 a { background-color: #915EC7; }

 a { background-color: rgb(145,94,199); }

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

border-color css

<style>
 span { border-color: #915EC7; }

 span { border-color: rgb(145,94,199); }

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