#9F69BC

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

Shades of Deep Lilac #9F69BC

Tints of Deep Lilac #9F69BC

Color information

#9F69BC (or 0x9F69BC) is unknown color: approx Deep Lilac. HEX triplet: 9F, 69 and BC. RGB value is (159,105,188). Sum of RGB (Red+Green+Blue) = 159+105+188=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69BC is #609643. Grayscale: #828282. Windows color (decimal): -6329924 or 12347807. OLE color: 12347807.

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

Color convert

RGB159105188-
CMYK0.150.4400.26
HSL279.04º38.25%57.45%-
HSV(B)279.04º44.15%73.73%-
XYZ28.4321.150.15-
YUV130.61160.39148.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=35.18%
G=23.23%
B=41.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591051880.150.4400.26279.0438.2557.45
Hex9F69BCF2C01A1172639
Octal23715127417540324274671
Binary100111111101001101111001111101100011010100010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,188); }

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

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

 a { background-color: rgb(159,105,188); }

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

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

 span { border-color: rgb(159,105,188); }

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