Html Css Color HEX #9F49B6 Deep Lilac

📋 copy color: '#9F49B6'

red 159 ◦ green 73 ◦ blue 182

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

Shades of Deep Lilac #9F49B6

Tints of Deep Lilac #9F49B6

RGB

 RED value IS 159 (62.5% from 255) = 38.41%

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

 BLUE value IS 182 (71.48% from 255) = 43.96%

R = 38.41%
G = 17.63%
B = 43.96%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9F49B6 (or 0x9F49B6) is known color: Deep Lilac. HEX triplet: 9F, 49 and B6. RGB value is (159,73,182). Sum of RGB (Red+Green+Blue) = 159+73+182=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F49B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F49B6 is #60B649. Grayscale: #6E6E6E. Windows color (decimal): -6338122 or 11946399. OLE color: 11946399.

HSL color Cylindrical-coordinate representation of color #9F49B6: hue angle of 287.34º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F49B6 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 73 182 -
CMYK 0.13 0.60 0 0.29
HSL 287.34º 0.43% 0.5% -
HSV(B) 287.34º 0.6% 0.71% -
XYZ 25.12 15.51 45.93 -
YUV 111.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 159 73 182 0.13 0.60 0 0.29 287.34 0.43 0.5
Hex 9F 49 B6 D 3C 0 1D 11F 2B 32
Octal 237 111 266 15 74 0 35 437 53 62
Binary 10011111 1001001 10110110 1101 111100 0 11101 100011111 101011 110010

Color Harmonies of #9F49B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F49B6

Black with #9F49B6

Text Example


Text Example

White with #9F49B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,182); }

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

background-color css

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

 a { background-color: rgb(159,73,182); }

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

border-color css

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

 span { border-color: rgb(159,73,182); }

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