Html Css Color HEX #9F56BE Deep Lilac

📋 copy color: '#9F56BE'

red 159 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #9F56BE

Tints of Deep Lilac #9F56BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 36.55%
G = 19.77%
B = 43.68%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F56BE (or 0x9F56BE) is known color: Deep Lilac. HEX triplet: 9F, 56 and BE. RGB value is (159,86,190). Sum of RGB (Red+Green+Blue) = 159+86+190=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56BE is #60A941. Grayscale: #777777. Windows color (decimal): -6334786 or 12474015. OLE color: 12474015.

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

Color convert

RGB 159 86 190 -
CMYK 0.16 0.55 0 0.25
HSL 282.12º 0.44% 0.54% -
HSV(B) 282.12º 0.55% 0.75% -
XYZ 26.92 17.74 50.72 -
YUV 119.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 159 86 190 0.16 0.55 0 0.25 282.12 0.44 0.54
Hex 9F 56 BE 10 37 0 19 11A 2C 36
Octal 237 126 276 20 67 0 31 432 54 66
Binary 10011111 1010110 10111110 10000 110111 0 11001 100011010 101100 110110

Color Harmonies of #9F56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56BE

Black with #9F56BE

Text Example


Text Example

White with #9F56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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