Html Css Color HEX #915AB5 Deep Lilac

📋 copy color: '#915AB5'

red 145 ◦ green 90 ◦ blue 181

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

Shades of Deep Lilac #915AB5

Tints of Deep Lilac #915AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.51%

R = 34.86%
G = 21.63%
B = 43.51%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#915AB5 (or 0x915AB5) is known color: Deep Lilac. HEX triplet: 91, 5A and B5. RGB value is (145,90,181). Sum of RGB (Red+Green+Blue) = 145+90+181=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #915AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AB5 is #6EA54A. Grayscale: #747474. Windows color (decimal): -7251275 or 11885201. OLE color: 11885201.

HSL color Cylindrical-coordinate representation of color #915AB5: hue angle of 276.26º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #915AB5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 90 181 -
CMYK 0.20 0.50 0 0.29
HSL 276.26º 0.38% 0.53% -
HSV(B) 276.26º 0.5% 0.71% -
XYZ 23.67 16.67 45.69 -
YUV 116.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 145 90 181 0.20 0.50 0 0.29 276.26 0.38 0.53
Hex 91 5A B5 14 32 0 1D 114 26 35
Octal 221 132 265 24 62 0 35 424 46 65
Binary 10010001 1011010 10110101 10100 110010 0 11101 100010100 100110 110101

Color Harmonies of #915AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915AB5

Black with #915AB5

Text Example


Text Example

White with #915AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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