Html Css Color HEX #9C49B1 Deep Lilac

📋 copy color: '#9C49B1'

red 156 ◦ green 73 ◦ blue 177

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

Shades of Deep Lilac #9C49B1

Tints of Deep Lilac #9C49B1

RGB

 RED value IS 156 (61.33% from 255) = 38.42%

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

 BLUE value IS 177 (69.53% from 255) = 43.6%

R = 38.42%
G = 17.98%
B = 43.6%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9C49B1 (or 0x9C49B1) is known color: Deep Lilac. HEX triplet: 9C, 49 and B1. RGB value is (156,73,177). Sum of RGB (Red+Green+Blue) = 156+73+177=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C49B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C49B1 is #63B64E. Grayscale: #6D6D6D. Windows color (decimal): -6534735 or 11618716. OLE color: 11618716.

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

Color convert

RGB 156 73 177 -
CMYK 0.12 0.59 0 0.31
HSL 287.88º 0.42% 0.49% -
HSV(B) 287.88º 0.59% 0.69% -
XYZ 24.03 15.01 43.23 -
YUV 109.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 156 73 177 0.12 0.59 0 0.31 287.88 0.42 0.49
Hex 9C 49 B1 C 3B 0 1F 120 2A 31
Octal 234 111 261 14 73 0 37 440 52 61
Binary 10011100 1001001 10110001 1100 111011 0 11111 100100000 101010 110001

Color Harmonies of #9C49B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C49B1

Black with #9C49B1

Text Example


Text Example

White with #9C49B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C49B1; }

 p { color: rgb(156,73,177); }

 H1.HeaderClassName
 {
   color: #9C49B1;
 }
 .AnyTagClassName
 {
   color: #9C49B1;
 }
</style>

background-color css

<style>
 a { background-color: #9C49B1; }

 a { background-color: rgb(156,73,177); }

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

border-color css

<style>
 span { border-color: #9C49B1; }

 span { border-color: rgb(156,73,177); }

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