Html Css Color HEX #915BC0 Deep Lilac

📋 copy color: '#915BC0'

red 145 ◦ green 91 ◦ blue 192

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

Shades of Deep Lilac #915BC0

Tints of Deep Lilac #915BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 33.88%
G = 21.26%
B = 44.86%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#915BC0 (or 0x915BC0) is known color: Deep Lilac. HEX triplet: 91, 5B and C0. RGB value is (145,91,192). Sum of RGB (Red+Green+Blue) = 145+91+192=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #915BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BC0 is #6EA43F. Grayscale: #767676. Windows color (decimal): -7251008 or 12606353. OLE color: 12606353.

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

Color convert

RGB 145 91 192 -
CMYK 0.24 0.53 0 0.25
HSL 272.08º 0.44% 0.55% -
HSV(B) 272.08º 0.53% 0.75% -
XYZ 24.93 17.31 51.9 -
YUV 118.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 145 91 192 0.24 0.53 0 0.25 272.08 0.44 0.55
Hex 91 5B C0 18 35 0 19 110 2C 37
Octal 221 133 300 30 65 0 31 420 54 67
Binary 10010001 1011011 11000000 11000 110101 0 11001 100010000 101100 110111

Color Harmonies of #915BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BC0

Black with #915BC0

Text Example


Text Example

White with #915BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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