Html Css Color HEX #915FBA Deep Lilac

📋 copy color: '#915FBA'

red 145 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #915FBA

Tints of Deep Lilac #915FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 34.04%
G = 22.3%
B = 43.66%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#915FBA (or 0x915FBA) is known color: Deep Lilac. HEX triplet: 91, 5F and BA. RGB value is (145,95,186). Sum of RGB (Red+Green+Blue) = 145+95+186=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #915FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FBA is #6EA045. Grayscale: #787878. Windows color (decimal): -7249990 or 12214161. OLE color: 12214161.

HSL color Cylindrical-coordinate representation of color #915FBA: hue angle of 272.97º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915FBA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 95 186 -
CMYK 0.22 0.49 0 0.27
HSL 272.97º 0.4% 0.55% -
HSV(B) 272.97º 0.49% 0.73% -
XYZ 24.63 17.75 48.58 -
YUV 120.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 145 95 186 0.22 0.49 0 0.27 272.97 0.4 0.55
Hex 91 5F BA 16 31 0 1B 111 28 37
Octal 221 137 272 26 61 0 33 421 50 67
Binary 10010001 1011111 10111010 10110 110001 0 11011 100010001 101000 110111

Color Harmonies of #915FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FBA

Black with #915FBA

Text Example


Text Example

White with #915FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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