Html Css Color HEX #915BBE Deep Lilac

📋 copy color: '#915BBE'

red 145 ◦ green 91 ◦ blue 190

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

Shades of Deep Lilac #915BBE

Tints of Deep Lilac #915BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.36%

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 34.04%
G = 21.36%
B = 44.6%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#915BBE (or 0x915BBE) is known color: Deep Lilac. HEX triplet: 91, 5B and BE. RGB value is (145,91,190). Sum of RGB (Red+Green+Blue) = 145+91+190=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #915BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BBE is #6EA441. Grayscale: #767676. Windows color (decimal): -7251010 or 12475281. OLE color: 12475281.

HSL color Cylindrical-coordinate representation of color #915BBE: hue angle of 272.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915BBE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 91 190 -
CMYK 0.24 0.52 0 0.25
HSL 272.73º 0.43% 0.55% -
HSV(B) 272.73º 0.52% 0.75% -
XYZ 24.71 17.22 50.74 -
YUV 118.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 145 91 190 0.24 0.52 0 0.25 272.73 0.43 0.55
Hex 91 5B BE 18 34 0 19 111 2B 37
Octal 221 133 276 30 64 0 31 421 53 67
Binary 10010001 1011011 10111110 11000 110100 0 11001 100010001 101011 110111

Color Harmonies of #915BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BBE

Black with #915BBE

Text Example


Text Example

White with #915BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,91,190); }

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

background-color css

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

 a { background-color: rgb(145,91,190); }

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

border-color css

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

 span { border-color: rgb(145,91,190); }

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