Html Css Color HEX #915CAF Deep Lilac

📋 copy color: '#915CAF'

red 145 ◦ green 92 ◦ blue 175

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

Shades of Deep Lilac #915CAF

Tints of Deep Lilac #915CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 35.19%
G = 22.33%
B = 42.48%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#915CAF (or 0x915CAF) is known color: Deep Lilac. HEX triplet: 91, 5C and AF. RGB value is (145,92,175). Sum of RGB (Red+Green+Blue) = 145+92+175=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #915CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915CAF is #6EA350. Grayscale: #757575. Windows color (decimal): -7250769 or 11492497. OLE color: 11492497.

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

Color convert

RGB 145 92 175 -
CMYK 0.17 0.47 0 0.31
HSL 278.31º 0.34% 0.52% -
HSV(B) 278.31º 0.47% 0.69% -
XYZ 23.24 16.77 42.57 -
YUV 117.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 145 92 175 0.17 0.47 0 0.31 278.31 0.34 0.52
Hex 91 5C AF 11 2F 0 1F 116 22 34
Octal 221 134 257 21 57 0 37 426 42 64
Binary 10010001 1011100 10101111 10001 101111 0 11111 100010110 100010 110100

Color Harmonies of #915CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CAF

Black with #915CAF

Text Example


Text Example

White with #915CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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