Html Css Color HEX #915ED6 Amethyst

📋 copy color: '#915ED6'

red 145 ◦ green 94 ◦ blue 214

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

Shades of Amethyst #915ED6

Tints of Amethyst #915ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 32.01%
G = 20.75%
B = 47.24%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#915ED6 (or 0x915ED6) is known color: Amethyst. HEX triplet: 91, 5E and D6. RGB value is (145,94,214). Sum of RGB (Red+Green+Blue) = 145+94+214=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #915ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ED6 is #6EA129. Grayscale: #7A7A7A. Windows color (decimal): -7250218 or 14048913. OLE color: 14048913.

HSL color Cylindrical-coordinate representation of color #915ED6: hue angle of 265.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915ED6 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 94 214 -
CMYK 0.32 0.56 0 0.16
HSL 265.5º 0.59% 0.6% -
HSV(B) 265.5º 0.56% 0.84% -
XYZ 27.82 18.88 65.8 -
YUV 122.93 179.4 143.74 -
System Red Green Blue C M Y K H S L
Decimal 145 94 214 0.32 0.56 0 0.16 265.5 0.59 0.6
Hex 91 5E D6 20 38 0 10 10A 3B 3C
Octal 221 136 326 40 70 0 20 412 73 74
Binary 10010001 1011110 11010110 100000 111000 0 10000 100001010 111011 111100

Color Harmonies of #915ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915ED6

Black with #915ED6

Text Example


Text Example

White with #915ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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