Html Css Color HEX #915CB5 Deep Lilac

📋 copy color: '#915CB5'

red 145 ◦ green 92 ◦ blue 181

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

Shades of Deep Lilac #915CB5

Tints of Deep Lilac #915CB5

RGB

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

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

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

R = 34.69%
G = 22.01%
B = 43.3%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#915CB5 (or 0x915CB5) is known color: Deep Lilac. HEX triplet: 91, 5C and B5. RGB value is (145,92,181). Sum of RGB (Red+Green+Blue) = 145+92+181=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #915CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CB5 is #6EA34A. Grayscale: #757575. Windows color (decimal): -7250763 or 11885713. OLE color: 11885713.

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

Color convert

RGB 145 92 181 -
CMYK 0.20 0.49 0 0.29
HSL 275.73º 0.38% 0.54% -
HSV(B) 275.73º 0.49% 0.71% -
XYZ 23.84 17.01 45.74 -
YUV 117.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 145 92 181 0.20 0.49 0 0.29 275.73 0.38 0.54
Hex 91 5C B5 14 31 0 1D 114 26 36
Octal 221 134 265 24 61 0 35 424 46 66
Binary 10010001 1011100 10110101 10100 110001 0 11101 100010100 100110 110110

Color Harmonies of #915CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915CB5

Black with #915CB5

Text Example


Text Example

White with #915CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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