Html Css Color HEX #9F49CB Deep Lilac

📋 copy color: '#9F49CB'

red 159 ◦ green 73 ◦ blue 203

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

Shades of Deep Lilac #9F49CB

Tints of Deep Lilac #9F49CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 36.55%
G = 16.78%
B = 46.67%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F49CB (or 0x9F49CB) is known color: Deep Lilac. HEX triplet: 9F, 49 and CB. RGB value is (159,73,203). Sum of RGB (Red+Green+Blue) = 159+73+203=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F49CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F49CB is #60B634. Grayscale: #717171. Windows color (decimal): -6338101 or 13322655. OLE color: 13322655.

HSL color Cylindrical-coordinate representation of color #9F49CB: hue angle of 279.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F49CB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 73 203 -
CMYK 0.22 0.64 0 0.20
HSL 279.69º 0.56% 0.54% -
HSV(B) 279.69º 0.64% 0.8% -
XYZ 27.46 16.45 58.23 -
YUV 113.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 159 73 203 0.22 0.64 0 0.20 279.69 0.56 0.54
Hex 9F 49 CB 16 40 0 14 118 38 36
Octal 237 111 313 26 100 0 24 430 70 66
Binary 10011111 1001001 11001011 10110 1000000 0 10100 100011000 111000 110110

Color Harmonies of #9F49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F49CB

Black with #9F49CB

Text Example


Text Example

White with #9F49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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