Html Css Color HEX #915AD5 Amethyst

📋 copy color: '#915AD5'

red 145 ◦ green 90 ◦ blue 213

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

Shades of Amethyst #915AD5

Tints of Amethyst #915AD5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.09%

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 32.37%
G = 20.09%
B = 47.54%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#915AD5 (or 0x915AD5) is known color: Amethyst. HEX triplet: 91, 5A and D5. RGB value is (145,90,213). Sum of RGB (Red+Green+Blue) = 145+90+213=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #915AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AD5 is #6EA52A. Grayscale: #787878. Windows color (decimal): -7251243 or 13982353. OLE color: 13982353.

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

Color convert

RGB 145 90 213 -
CMYK 0.32 0.58 0 0.16
HSL 266.83º 0.59% 0.59% -
HSV(B) 266.83º 0.58% 0.84% -
XYZ 27.34 18.14 65.01 -
YUV 120.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 145 90 213 0.32 0.58 0 0.16 266.83 0.59 0.59
Hex 91 5A D5 20 3A 0 10 10B 3B 3B
Octal 221 132 325 40 72 0 20 413 73 73
Binary 10010001 1011010 11010101 100000 111010 0 10000 100001011 111011 111011

Color Harmonies of #915AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915AD5

Black with #915AD5

Text Example


Text Example

White with #915AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,90,213); }

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

background-color css

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

 a { background-color: rgb(145,90,213); }

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

border-color css

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

 span { border-color: rgb(145,90,213); }

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