Html Css Color HEX #9147BE Deep Lilac

📋 copy color: '#9147BE'

red 145 ◦ green 71 ◦ blue 190

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

Shades of Deep Lilac #9147BE

Tints of Deep Lilac #9147BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

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

R = 35.71%
G = 17.49%
B = 46.8%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9147BE (or 0x9147BE) is known color: Deep Lilac. HEX triplet: 91, 47 and BE. RGB value is (145,71,190). Sum of RGB (Red+Green+Blue) = 145+71+190=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #9147BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9147BE is #6EB841. Grayscale: #6A6A6A. Windows color (decimal): -7256130 or 12470161. OLE color: 12470161.

HSL color Cylindrical-coordinate representation of color #9147BE: hue angle of 277.31º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9147BE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 71 190 -
CMYK 0.24 0.63 0 0.25
HSL 277.31º 0.48% 0.51% -
HSV(B) 277.31º 0.63% 0.75% -
XYZ 23.22 14.24 50.24 -
YUV 106.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 145 71 190 0.24 0.63 0 0.25 277.31 0.48 0.51
Hex 91 47 BE 18 3F 0 19 115 30 33
Octal 221 107 276 30 77 0 31 425 60 63
Binary 10010001 1000111 10111110 11000 111111 0 11001 100010101 110000 110011

Color Harmonies of #9147BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9147BE

Black with #9147BE

Text Example


Text Example

White with #9147BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9147BE; }

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

 H1.HeaderClassName
 {
   color: #9147BE;
 }
 .AnyTagClassName
 {
   color: #9147BE;
 }
</style>

background-color css

<style>
 a { background-color: #9147BE; }

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

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

border-color css

<style>
 span { border-color: #9147BE; }

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

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