Html Css Color HEX #9F56BD Deep Lilac

📋 copy color: '#9F56BD'

red 159 ◦ green 86 ◦ blue 189

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

Shades of Deep Lilac #9F56BD

Tints of Deep Lilac #9F56BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.82%

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 36.64%
G = 19.82%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F56BD (or 0x9F56BD) is known color: Deep Lilac. HEX triplet: 9F, 56 and BD. RGB value is (159,86,189). Sum of RGB (Red+Green+Blue) = 159+86+189=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56BD is #60A942. Grayscale: #777777. Windows color (decimal): -6334787 or 12408479. OLE color: 12408479.

HSL color Cylindrical-coordinate representation of color #9F56BD: hue angle of 282.52º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F56BD is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 86 189 -
CMYK 0.16 0.54 0 0.26
HSL 282.52º 0.44% 0.54% -
HSV(B) 282.52º 0.54% 0.74% -
XYZ 26.81 17.7 50.15 -
YUV 119.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 159 86 189 0.16 0.54 0 0.26 282.52 0.44 0.54
Hex 9F 56 BD 10 36 0 1A 11B 2C 36
Octal 237 126 275 20 66 0 32 433 54 66
Binary 10011111 1010110 10111101 10000 110110 0 11010 100011011 101100 110110

Color Harmonies of #9F56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56BD

Black with #9F56BD

Text Example


Text Example

White with #9F56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,86,189); }

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

background-color css

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

 a { background-color: rgb(159,86,189); }

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

border-color css

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

 span { border-color: rgb(159,86,189); }

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