Html Css Color HEX #915BDB Amethyst

📋 copy color: '#915BDB'

red 145 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #915BDB

Tints of Amethyst #915BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 31.87%
G = 20%
B = 48.13%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#915BDB (or 0x915BDB) is known color: Amethyst. HEX triplet: 91, 5B and DB. RGB value is (145,91,219). Sum of RGB (Red+Green+Blue) = 145+91+219=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #915BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BDB is #6EA424. Grayscale: #797979. Windows color (decimal): -7250981 or 14375825. OLE color: 14375825.

HSL color Cylindrical-coordinate representation of color #915BDB: hue angle of 265.31º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915BDB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 91 219 -
CMYK 0.34 0.58 0 0.14
HSL 265.31º 0.64% 0.61% -
HSV(B) 265.31º 0.58% 0.86% -
XYZ 28.2 18.62 69.12 -
YUV 121.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 145 91 219 0.34 0.58 0 0.14 265.31 0.64 0.61
Hex 91 5B DB 22 3A 0 E 109 40 3D
Octal 221 133 333 42 72 0 16 411 100 75
Binary 10010001 1011011 11011011 100010 111010 0 1110 100001001 1000000 111101

Color Harmonies of #915BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BDB

Black with #915BDB

Text Example


Text Example

White with #915BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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