#9F65B0

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

Shades of Deep Lilac #9F65B0

Tints of Deep Lilac #9F65B0

Color information

#9F65B0 (or 0x9F65B0) is unknown color: approx Deep Lilac. HEX triplet: 9F, 65 and B0. RGB value is (159,101,176). Sum of RGB (Red+Green+Blue) = 159+101+176=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #9F65B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F65B0 is #609A4F. Grayscale: #7E7E7E. Windows color (decimal): -6330960 or 11560351. OLE color: 11560351.

HSL color Cylindrical-coordinate representation of color #9F65B0: hue angle of 286.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F65B0 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159101176-
CMYK0.100.4300.31
HSL286.4º32.19%54.31%-
HSV(B)286.4º42.61%69.02%-
XYZ26.7919.8143.49-
YUV126.89155.72150.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.47%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=36.47%
G=23.17%
B=40.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591011760.100.4300.31286.432.1954.31
Hex9F65B0A2B01F11e2036
Octal23714526012530374364066
Binary100111111100101101100001010101011011111100011110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F65B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,101,176); }

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

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

 a { background-color: rgb(159,101,176); }

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

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

 span { border-color: rgb(159,101,176); }

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