#9F51B6

Color #9F51B6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9F51B6

Tints of Deep Lilac #9F51B6

Color information

#9F51B6 (or 0x9F51B6) is unknown color: approx Deep Lilac. HEX triplet: 9F, 51 and B6. RGB value is (159,81,182). Sum of RGB (Red+Green+Blue) = 159+81+182=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F51B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F51B6 is #60AE49. Grayscale: #737373. Windows color (decimal): -6336074 or 11948447. OLE color: 11948447.

HSL color Cylindrical-coordinate representation of color #9F51B6: hue angle of 286.34º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F51B6 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15981182-
CMYK0.130.5500.29
HSL286.34º40.89%51.57%-
HSV(B)286.34º55.49%71.37%-
XYZ25.6816.6346.11-
YUV115.84165.34158.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.68%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 182 (71.48% from 255) = 43.13%
R=37.68%
G=19.19%
B=43.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159811820.130.5500.29286.3440.8951.57
Hex9F51B6D3701D11e2934
Octal23712126615670354365164
Binary100111111010001101101101101110111011101100011110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F51B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F51B6;
 }
 .AnyTagClassName
 {
   color: #9F51B6;
 }
</style>
background-color css

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

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

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

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

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

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