Html Css Color HEX #915EC3 Amethyst

📋 copy color: '#915EC3'

red 145 ◦ green 94 ◦ blue 195

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

Shades of Amethyst #915EC3

Tints of Amethyst #915EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.93%

R = 33.41%
G = 21.66%
B = 44.93%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#915EC3 (or 0x915EC3) is known color: Amethyst. HEX triplet: 91, 5E and C3. RGB value is (145,94,195). Sum of RGB (Red+Green+Blue) = 145+94+195=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #915EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EC3 is #6EA13C. Grayscale: #787878. Windows color (decimal): -7250237 or 12803729. OLE color: 12803729.

HSL color Cylindrical-coordinate representation of color #915EC3: hue angle of 270.3º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915EC3 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 145 94 195 -
CMYK 0.26 0.52 0 0.24
HSL 270.3º 0.46% 0.57% -
HSV(B) 270.3º 0.52% 0.76% -
XYZ 25.53 17.97 53.75 -
YUV 120.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 145 94 195 0.26 0.52 0 0.24 270.3 0.46 0.57
Hex 91 5E C3 1A 34 0 18 10E 2E 39
Octal 221 136 303 32 64 0 30 416 56 71
Binary 10010001 1011110 11000011 11010 110100 0 11000 100001110 101110 111001

Color Harmonies of #915EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EC3

Black with #915EC3

Text Example


Text Example

White with #915EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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