#9161BC

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

Shades of Deep Lilac #9161BC

Tints of Deep Lilac #9161BC

Color information

#9161BC (or 0x9161BC) is unknown color: approx Deep Lilac. HEX triplet: 91, 61 and BC. RGB value is (145,97,188). Sum of RGB (Red+Green+Blue) = 145+97+188=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #9161BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161BC is #6E9E43. Grayscale: #797979. Windows color (decimal): -7249476 or 12345745. OLE color: 12345745.

HSL color Cylindrical-coordinate representation of color #9161BC: hue angle of 271.65º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9161BC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14597188-
CMYK0.230.4800.26
HSL271.65º40.44%55.88%-
HSV(B)271.65º48.4%73.73%-
XYZ25.0318.249.77-
YUV121.73165.4144.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.72%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=33.72%
G=22.56%
B=43.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145971880.230.4800.26271.6540.4455.88
Hex9161BC173001A1102838
Octal22114127427600324205070
Binary1001000111000011011110010111110000011010100010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9161BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9161BC; }

 p { color: rgb(145,97,188); }

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

<style>
 a { background-color: #9161BC; }

 a { background-color: rgb(145,97,188); }

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

<style>
 span { border-color: #9161BC; }

 span { border-color: rgb(145,97,188); }

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