Html Css Color HEX #9147AF Deep Lilac

📋 copy color: '#9147AF'

red 145 ◦ green 71 ◦ blue 175

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

Shades of Deep Lilac #9147AF

Tints of Deep Lilac #9147AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 37.08%
G = 18.16%
B = 44.76%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9147AF (or 0x9147AF) is known color: Deep Lilac. HEX triplet: 91, 47 and AF. RGB value is (145,71,175). Sum of RGB (Red+Green+Blue) = 145+71+175=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #9147AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9147AF is #6EB850. Grayscale: #686868. Windows color (decimal): -7256145 or 11487121. OLE color: 11487121.

HSL color Cylindrical-coordinate representation of color #9147AF: hue angle of 282.69º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9147AF is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 71 175 -
CMYK 0.17 0.59 0 0.31
HSL 282.69º 0.42% 0.48% -
HSV(B) 282.69º 0.59% 0.69% -
XYZ 21.67 13.62 42.04 -
YUV 104.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 145 71 175 0.17 0.59 0 0.31 282.69 0.42 0.48
Hex 91 47 AF 11 3B 0 1F 11B 2A 30
Octal 221 107 257 21 73 0 37 433 52 60
Binary 10010001 1000111 10101111 10001 111011 0 11111 100011011 101010 110000

Color Harmonies of #9147AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9147AF

Black with #9147AF

Text Example


Text Example

White with #9147AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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