Html Css Color HEX #915ABA Deep Lilac

📋 copy color: '#915ABA'

red 145 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #915ABA

Tints of Deep Lilac #915ABA

RGB

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

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

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

R = 34.44%
G = 21.38%
B = 44.18%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#915ABA (or 0x915ABA) is known color: Deep Lilac. HEX triplet: 91, 5A and BA. RGB value is (145,90,186). Sum of RGB (Red+Green+Blue) = 145+90+186=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #915ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ABA is #6EA545. Grayscale: #757575. Windows color (decimal): -7251270 or 12212881. OLE color: 12212881.

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

Color convert

RGB 145 90 186 -
CMYK 0.22 0.52 0 0.27
HSL 274.38º 0.41% 0.54% -
HSV(B) 274.38º 0.52% 0.73% -
XYZ 24.2 16.88 48.44 -
YUV 117.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 145 90 186 0.22 0.52 0 0.27 274.38 0.41 0.54
Hex 91 5A BA 16 34 0 1B 112 29 36
Octal 221 132 272 26 64 0 33 422 51 66
Binary 10010001 1011010 10111010 10110 110100 0 11011 100010010 101001 110110

Color Harmonies of #915ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915ABA

Black with #915ABA

Text Example


Text Example

White with #915ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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