Html Css Color HEX #9147BC Deep Lilac

📋 copy color: '#9147BC'

red 145 ◦ green 71 ◦ blue 188

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

Shades of Deep Lilac #9147BC

Tints of Deep Lilac #9147BC

RGB

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

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

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

R = 35.89%
G = 17.57%
B = 46.53%

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

#9147BC (or 0x9147BC) is known color: Deep Lilac. HEX triplet: 91, 47 and BC. RGB value is (145,71,188). Sum of RGB (Red+Green+Blue) = 145+71+188=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #9147BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9147BC is #6EB843. Grayscale: #6A6A6A. Windows color (decimal): -7256132 or 12339089. OLE color: 12339089.

HSL color Cylindrical-coordinate representation of color #9147BC: hue angle of 277.95º 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 #9147BC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 71 188 -
CMYK 0.23 0.62 0 0.26
HSL 277.95º 0.47% 0.51% -
HSV(B) 277.95º 0.62% 0.74% -
XYZ 23.01 14.16 49.1 -
YUV 106.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 145 71 188 0.23 0.62 0 0.26 277.95 0.47 0.51
Hex 91 47 BC 17 3E 0 1A 116 2F 33
Octal 221 107 274 27 76 0 32 426 57 63
Binary 10010001 1000111 10111100 10111 111110 0 11010 100010110 101111 110011

Color Harmonies of #9147BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9147BC

Black with #9147BC

Text Example


Text Example

White with #9147BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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