Html Css Color HEX #915BBD Deep Lilac

📋 copy color: '#915BBD'

red 145 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #915BBD

Tints of Deep Lilac #915BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 34.12%
G = 21.41%
B = 44.47%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#915BBD (or 0x915BBD) is known color: Deep Lilac. HEX triplet: 91, 5B and BD. RGB value is (145,91,189). Sum of RGB (Red+Green+Blue) = 145+91+189=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #915BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BBD is #6EA442. Grayscale: #757575. Windows color (decimal): -7251011 or 12409745. OLE color: 12409745.

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

Color convert

RGB 145 91 189 -
CMYK 0.23 0.52 0 0.26
HSL 273.06º 0.43% 0.55% -
HSV(B) 273.06º 0.52% 0.74% -
XYZ 24.6 17.18 50.16 -
YUV 118.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 145 91 189 0.23 0.52 0 0.26 273.06 0.43 0.55
Hex 91 5B BD 17 34 0 1A 111 2B 37
Octal 221 133 275 27 64 0 32 421 53 67
Binary 10010001 1011011 10111101 10111 110100 0 11010 100010001 101011 110111

Color Harmonies of #915BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BBD

Black with #915BBD

Text Example


Text Example

White with #915BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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