Html Css Color HEX #915ABF Deep Lilac

📋 copy color: '#915ABF'

red 145 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #915ABF

Tints of Deep Lilac #915ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.13%

 BLUE value IS 191 (75% from 255) = 44.84%

R = 34.04%
G = 21.13%
B = 44.84%

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

#915ABF (or 0x915ABF) is known color: Deep Lilac. HEX triplet: 91, 5A and BF. RGB value is (145,90,191). Sum of RGB (Red+Green+Blue) = 145+90+191=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #915ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ABF is #6EA540. Grayscale: #757575. Windows color (decimal): -7251265 or 12540561. OLE color: 12540561.

HSL color Cylindrical-coordinate representation of color #915ABF: hue angle of 272.67º 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 #915ABF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 90 191 -
CMYK 0.24 0.53 0 0.25
HSL 272.67º 0.44% 0.55% -
HSV(B) 272.67º 0.53% 0.75% -
XYZ 24.74 17.09 51.29 -
YUV 117.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 145 90 191 0.24 0.53 0 0.25 272.67 0.44 0.55
Hex 91 5A BF 18 35 0 19 111 2C 37
Octal 221 132 277 30 65 0 31 421 54 67
Binary 10010001 1011010 10111111 11000 110101 0 11001 100010001 101100 110111

Color Harmonies of #915ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915ABF

Black with #915ABF

Text Example


Text Example

White with #915ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,90,191); }

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

background-color css

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

 a { background-color: rgb(145,90,191); }

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

border-color css

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

 span { border-color: rgb(145,90,191); }

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