Html Css Color HEX #915CAE Deep Lilac

📋 copy color: '#915CAE'

red 145 ◦ green 92 ◦ blue 174

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

Shades of Deep Lilac #915CAE

Tints of Deep Lilac #915CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 35.28%
G = 22.38%
B = 42.34%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#915CAE (or 0x915CAE) is known color: Deep Lilac. HEX triplet: 91, 5C and AE. RGB value is (145,92,174). Sum of RGB (Red+Green+Blue) = 145+92+174=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #915CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915CAE is #6EA351. Grayscale: #747474. Windows color (decimal): -7250770 or 11426961. OLE color: 11426961.

HSL color Cylindrical-coordinate representation of color #915CAE: hue angle of 278.78º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #915CAE is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 92 174 -
CMYK 0.17 0.47 0 0.32
HSL 278.78º 0.34% 0.52% -
HSV(B) 278.78º 0.47% 0.68% -
XYZ 23.14 16.73 42.05 -
YUV 117.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 145 92 174 0.17 0.47 0 0.32 278.78 0.34 0.52
Hex 91 5C AE 11 2F 0 20 117 22 34
Octal 221 134 256 21 57 0 40 427 42 64
Binary 10010001 1011100 10101110 10001 101111 0 100000 100010111 100010 110100

Color Harmonies of #915CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CAE

Black with #915CAE

Text Example


Text Example

White with #915CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,92,174); }

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

background-color css

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

 a { background-color: rgb(145,92,174); }

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

border-color css

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

 span { border-color: rgb(145,92,174); }

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