#9142BB

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

Shades of Deep Lilac #9142BB

Tints of Deep Lilac #9142BB

Color information

#9142BB (or 0x9142BB) is unknown color: approx Deep Lilac. HEX triplet: 91, 42 and BB. RGB value is (145,66,187). Sum of RGB (Red+Green+Blue) = 145+66+187=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #9142BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9142BB is #6EBD44. Grayscale: #676767. Windows color (decimal): -7257413 or 12272273. OLE color: 12272273.

HSL color Cylindrical-coordinate representation of color #9142BB: hue angle of 279.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9142BB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14566187-
CMYK0.220.6500.27
HSL279.17º47.83%49.61%-
HSV(B)279.17º64.71%73.33%-
XYZ22.5913.548.43-
YUV103.42175.17157.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=36.43%
G=16.58%
B=46.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145661870.220.6500.27279.1747.8349.61
Hex9142BB164101B1173032
Octal221102273261010334276062
Binary10010001100001010111011101101000001011011100010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9142BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9142BB; }

 p { color: rgb(145,66,187); }

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

<style>
 a { background-color: #9142BB; }

 a { background-color: rgb(145,66,187); }

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

<style>
 span { border-color: #9142BB; }

 span { border-color: rgb(145,66,187); }

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