Html Css Color HEX #9C49BF Deep Lilac

📋 copy color: '#9C49BF'

red 156 ◦ green 73 ◦ blue 191

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

Shades of Deep Lilac #9C49BF

Tints of Deep Lilac #9C49BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 37.14%
G = 17.38%
B = 45.48%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C49BF (or 0x9C49BF) is known color: Deep Lilac. HEX triplet: 9C, 49 and BF. RGB value is (156,73,191). Sum of RGB (Red+Green+Blue) = 156+73+191=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C49BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49BF is #63B640. Grayscale: #6E6E6E. Windows color (decimal): -6534721 or 12536220. OLE color: 12536220.

HSL color Cylindrical-coordinate representation of color #9C49BF: hue angle of 282.2º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C49BF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 73 191 -
CMYK 0.18 0.62 0 0.25
HSL 282.2º 0.48% 0.52% -
HSV(B) 282.2º 0.62% 0.75% -
XYZ 25.5 15.59 50.96 -
YUV 111.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 156 73 191 0.18 0.62 0 0.25 282.2 0.48 0.52
Hex 9C 49 BF 12 3E 0 19 11A 30 34
Octal 234 111 277 22 76 0 31 432 60 64
Binary 10011100 1001001 10111111 10010 111110 0 11001 100011010 110000 110100

Color Harmonies of #9C49BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C49BF

Black with #9C49BF

Text Example


Text Example

White with #9C49BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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