Html Css Color HEX #915FBC Deep Lilac

📋 copy color: '#915FBC'

red 145 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #915FBC

Tints of Deep Lilac #915FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.2%

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 33.88%
G = 22.2%
B = 43.93%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#915FBC (or 0x915FBC) is known color: Deep Lilac. HEX triplet: 91, 5F and BC. RGB value is (145,95,188). Sum of RGB (Red+Green+Blue) = 145+95+188=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #915FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FBC is #6EA043. Grayscale: #787878. Windows color (decimal): -7249988 or 12345233. OLE color: 12345233.

HSL color Cylindrical-coordinate representation of color #915FBC: hue angle of 272.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915FBC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 95 188 -
CMYK 0.23 0.49 0 0.26
HSL 272.26º 0.41% 0.55% -
HSV(B) 272.26º 0.49% 0.74% -
XYZ 24.85 17.84 49.71 -
YUV 120.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 145 95 188 0.23 0.49 0 0.26 272.26 0.41 0.55
Hex 91 5F BC 17 31 0 1A 110 29 37
Octal 221 137 274 27 61 0 32 420 51 67
Binary 10010001 1011111 10111100 10111 110001 0 11010 100010000 101001 110111

Color Harmonies of #915FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FBC

Black with #915FBC

Text Example


Text Example

White with #915FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,95,188); }

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

background-color css

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

 a { background-color: rgb(145,95,188); }

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

border-color css

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

 span { border-color: rgb(145,95,188); }

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