Html Css Color HEX #915BC1 Deep Lilac

📋 copy color: '#915BC1'

red 145 ◦ green 91 ◦ blue 193

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

Shades of Deep Lilac #915BC1

Tints of Deep Lilac #915BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.99%

R = 33.8%
G = 21.21%
B = 44.99%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#915BC1 (or 0x915BC1) is known color: Deep Lilac. HEX triplet: 91, 5B and C1. RGB value is (145,91,193). Sum of RGB (Red+Green+Blue) = 145+91+193=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #915BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BC1 is #6EA43E. Grayscale: #767676. Windows color (decimal): -7251007 or 12671889. OLE color: 12671889.

HSL color Cylindrical-coordinate representation of color #915BC1: hue angle of 271.76º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915BC1 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 145 91 193 -
CMYK 0.25 0.53 0 0.24
HSL 271.76º 0.45% 0.56% -
HSV(B) 271.76º 0.53% 0.76% -
XYZ 25.04 17.35 52.48 -
YUV 118.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 145 91 193 0.25 0.53 0 0.24 271.76 0.45 0.56
Hex 91 5B C1 19 35 0 18 110 2D 38
Octal 221 133 301 31 65 0 30 420 55 70
Binary 10010001 1011011 11000001 11001 110101 0 11000 100010000 101101 111000

Color Harmonies of #915BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BC1

Black with #915BC1

Text Example


Text Example

White with #915BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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