#9F67B1

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

Shades of Deep Lilac #9F67B1

Tints of Deep Lilac #9F67B1

Color information

#9F67B1 (or 0x9F67B1) is unknown color: approx Deep Lilac. HEX triplet: 9F, 67 and B1. RGB value is (159,103,177). Sum of RGB (Red+Green+Blue) = 159+103+177=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #9F67B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F67B1 is #60984E. Grayscale: #7F7F7F. Windows color (decimal): -6330447 or 11626399. OLE color: 11626399.

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

Color convert

RGB159103177-
CMYK0.100.4200.31
HSL285.41º32.17%54.9%-
HSV(B)285.41º41.81%69.41%-
XYZ27.0820.2544.08-
YUV128.18155.55149.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=36.22%
G=23.46%
B=40.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591031770.100.4200.31285.4132.1754.9
Hex9F67B1A2A01F11d2037
Octal23714726112520374354067
Binary100111111100111101100011010101010011111100011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F67B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,103,177); }

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

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

 a { background-color: rgb(159,103,177); }

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

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

 span { border-color: rgb(159,103,177); }

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