Html Css Color HEX #9F49CD Deep Lilac

📋 copy color: '#9F49CD'

red 159 ◦ green 73 ◦ blue 205

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

Shades of Deep Lilac #9F49CD

Tints of Deep Lilac #9F49CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 36.38%
G = 16.7%
B = 46.91%

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

#9F49CD (or 0x9F49CD) is known color: Deep Lilac. HEX triplet: 9F, 49 and CD. RGB value is (159,73,205). Sum of RGB (Red+Green+Blue) = 159+73+205=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F49CD is #60B632. Grayscale: #717171. Windows color (decimal): -6338099 or 13453727. OLE color: 13453727.

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

Color convert

RGB 159 73 205 -
CMYK 0.22 0.64 0 0.20
HSL 279.09º 0.57% 0.55% -
HSV(B) 279.09º 0.64% 0.8% -
XYZ 27.7 16.54 59.49 -
YUV 113.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 159 73 205 0.22 0.64 0 0.20 279.09 0.57 0.55
Hex 9F 49 CD 16 40 0 14 117 39 37
Octal 237 111 315 26 100 0 24 427 71 67
Binary 10011111 1001001 11001101 10110 1000000 0 10100 100010111 111001 110111

Color Harmonies of #9F49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F49CD

Black with #9F49CD

Text Example


Text Example

White with #9F49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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