Html Css Color HEX #9149BC Deep Lilac

📋 copy color: '#9149BC'

red 145 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #9149BC

Tints of Deep Lilac #9149BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 35.71%
G = 17.98%
B = 46.31%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9149BC (or 0x9149BC) is known color: Deep Lilac. HEX triplet: 91, 49 and BC. RGB value is (145,73,188). Sum of RGB (Red+Green+Blue) = 145+73+188=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #9149BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9149BC is #6EB643. Grayscale: #6B6B6B. Windows color (decimal): -7255620 or 12339601. OLE color: 12339601.

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

Color convert

RGB 145 73 188 -
CMYK 0.23 0.61 0 0.26
HSL 277.57º 0.46% 0.51% -
HSV(B) 277.57º 0.61% 0.74% -
XYZ 23.14 14.42 49.14 -
YUV 107.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 145 73 188 0.23 0.61 0 0.26 277.57 0.46 0.51
Hex 91 49 BC 17 3D 0 1A 116 2E 33
Octal 221 111 274 27 75 0 32 426 56 63
Binary 10010001 1001001 10111100 10111 111101 0 11010 100010110 101110 110011

Color Harmonies of #9149BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149BC

Black with #9149BC

Text Example


Text Example

White with #9149BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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