Html Css Color HEX #915BBA Deep Lilac

📋 copy color: '#915BBA'

red 145 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #915BBA

Tints of Deep Lilac #915BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 34.36%
G = 21.56%
B = 44.08%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#915BBA (or 0x915BBA) is known color: Deep Lilac. HEX triplet: 91, 5B and BA. RGB value is (145,91,186). Sum of RGB (Red+Green+Blue) = 145+91+186=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #915BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BBA is #6EA445. Grayscale: #757575. Windows color (decimal): -7251014 or 12213137. OLE color: 12213137.

HSL color Cylindrical-coordinate representation of color #915BBA: hue angle of 274.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915BBA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 91 186 -
CMYK 0.22 0.51 0 0.27
HSL 274.11º 0.41% 0.54% -
HSV(B) 274.11º 0.51% 0.73% -
XYZ 24.28 17.05 48.47 -
YUV 117.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 145 91 186 0.22 0.51 0 0.27 274.11 0.41 0.54
Hex 91 5B BA 16 33 0 1B 112 29 36
Octal 221 133 272 26 63 0 33 422 51 66
Binary 10010001 1011011 10111010 10110 110011 0 11011 100010010 101001 110110

Color Harmonies of #915BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915BBA

Black with #915BBA

Text Example


Text Example

White with #915BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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