Html Css Color HEX #915BD5 Amethyst

📋 copy color: '#915BD5'

red 145 ◦ green 91 ◦ blue 213

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

Shades of Amethyst #915BD5

Tints of Amethyst #915BD5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

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

R = 32.29%
G = 20.27%
B = 47.44%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#915BD5 (or 0x915BD5) is known color: Amethyst. HEX triplet: 91, 5B and D5. RGB value is (145,91,213). Sum of RGB (Red+Green+Blue) = 145+91+213=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #915BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BD5 is #6EA42A. Grayscale: #787878. Windows color (decimal): -7250987 or 13982609. OLE color: 13982609.

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

Color convert

RGB 145 91 213 -
CMYK 0.32 0.57 0 0.16
HSL 266.56º 0.59% 0.6% -
HSV(B) 266.56º 0.57% 0.84% -
XYZ 27.43 18.31 65.04 -
YUV 121.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 145 91 213 0.32 0.57 0 0.16 266.56 0.59 0.6
Hex 91 5B D5 20 39 0 10 10B 3B 3C
Octal 221 133 325 40 71 0 20 413 73 74
Binary 10010001 1011011 11010101 100000 111001 0 10000 100001011 111011 111100

Color Harmonies of #915BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BD5

Black with #915BD5

Text Example


Text Example

White with #915BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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