Html Css Color HEX #9149BB Deep Lilac

📋 copy color: '#9149BB'

red 145 ◦ green 73 ◦ blue 187

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

Shades of Deep Lilac #9149BB

Tints of Deep Lilac #9149BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.02%

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 35.8%
G = 18.02%
B = 46.17%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9149BB (or 0x9149BB) is known color: Deep Lilac. HEX triplet: 91, 49 and BB. RGB value is (145,73,187). Sum of RGB (Red+Green+Blue) = 145+73+187=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #9149BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9149BB is #6EB644. Grayscale: #6B6B6B. Windows color (decimal): -7255621 or 12274065. OLE color: 12274065.

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

Color convert

RGB 145 73 187 -
CMYK 0.22 0.61 0 0.27
HSL 277.89º 0.46% 0.51% -
HSV(B) 277.89º 0.61% 0.73% -
XYZ 23.03 14.37 48.57 -
YUV 107.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 145 73 187 0.22 0.61 0 0.27 277.89 0.46 0.51
Hex 91 49 BB 16 3D 0 1B 116 2E 33
Octal 221 111 273 26 75 0 33 426 56 63
Binary 10010001 1001001 10111011 10110 111101 0 11011 100010110 101110 110011

Color Harmonies of #9149BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149BB

Black with #9149BB

Text Example


Text Example

White with #9149BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9149BB; }

 p { color: rgb(145,73,187); }

 H1.HeaderClassName
 {
   color: #9149BB;
 }
 .AnyTagClassName
 {
   color: #9149BB;
 }
</style>

background-color css

<style>
 a { background-color: #9149BB; }

 a { background-color: rgb(145,73,187); }

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

border-color css

<style>
 span { border-color: #9149BB; }

 span { border-color: rgb(145,73,187); }

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