Html Css Color HEX #9147BD Deep Lilac

📋 copy color: '#9147BD'

red 145 ◦ green 71 ◦ blue 189

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

Shades of Deep Lilac #9147BD

Tints of Deep Lilac #9147BD

RGB

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

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

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

R = 35.8%
G = 17.53%
B = 46.67%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9147BD (or 0x9147BD) is known color: Deep Lilac. HEX triplet: 91, 47 and BD. RGB value is (145,71,189). Sum of RGB (Red+Green+Blue) = 145+71+189=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #9147BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9147BD is #6EB842. Grayscale: #6A6A6A. Windows color (decimal): -7256131 or 12404625. OLE color: 12404625.

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

Color convert

RGB 145 71 189 -
CMYK 0.23 0.62 0 0.26
HSL 277.63º 0.47% 0.51% -
HSV(B) 277.63º 0.62% 0.74% -
XYZ 23.12 14.2 49.67 -
YUV 106.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 145 71 189 0.23 0.62 0 0.26 277.63 0.47 0.51
Hex 91 47 BD 17 3E 0 1A 116 2F 33
Octal 221 107 275 27 76 0 32 426 57 63
Binary 10010001 1000111 10111101 10111 111110 0 11010 100010110 101111 110011

Color Harmonies of #9147BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9147BD

Black with #9147BD

Text Example


Text Example

White with #9147BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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