Html Css Color HEX #915EC6 Amethyst

📋 copy color: '#915EC6'

red 145 ◦ green 94 ◦ blue 198

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

Shades of Amethyst #915EC6

Tints of Amethyst #915EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.31%

R = 33.18%
G = 21.51%
B = 45.31%

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

#915EC6 (or 0x915EC6) is known color: Amethyst. HEX triplet: 91, 5E and C6. RGB value is (145,94,198). Sum of RGB (Red+Green+Blue) = 145+94+198=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #915EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EC6 is #6EA139. Grayscale: #787878. Windows color (decimal): -7250234 or 13000337. OLE color: 13000337.

HSL color Cylindrical-coordinate representation of color #915EC6: hue angle of 269.42º 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 #915EC6 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 94 198 -
CMYK 0.27 0.53 0 0.22
HSL 269.42º 0.48% 0.57% -
HSV(B) 269.42º 0.53% 0.78% -
XYZ 25.87 18.1 55.56 -
YUV 121.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 145 94 198 0.27 0.53 0 0.22 269.42 0.48 0.57
Hex 91 5E C6 1B 35 0 16 10D 30 39
Octal 221 136 306 33 65 0 26 415 60 71
Binary 10010001 1011110 11000110 11011 110101 0 10110 100001101 110000 111001

Color Harmonies of #915EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EC6

Black with #915EC6

Text Example


Text Example

White with #915EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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