#9151AC

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

Shades of Deep Lilac #9151AC

Tints of Deep Lilac #9151AC

Color information

#9151AC (or 0x9151AC) is unknown color: approx Deep Lilac. HEX triplet: 91, 51 and AC. RGB value is (145,81,172). Sum of RGB (Red+Green+Blue) = 145+81+172=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #9151AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9151AC is #6EAE53. Grayscale: #6E6E6E. Windows color (decimal): -7253588 or 11293073. OLE color: 11293073.

HSL color Cylindrical-coordinate representation of color #9151AC: hue angle of 282.2º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9151AC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14581172-
CMYK0.160.5300.33
HSL282.2º35.97%49.61%-
HSV(B)282.2º52.91%67.45%-
XYZ22.0714.8840.74-
YUV110.51162.7152.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=36.43%
G=20.35%
B=43.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145811720.160.5300.33282.235.9749.61
Hex9151AC103502111a2432
Octal22112125420650414324462
Binary10010001101000110101100100001101010100001100011010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9151AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9151AC; }

 p { color: rgb(145,81,172); }

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

<style>
 a { background-color: #9151AC; }

 a { background-color: rgb(145,81,172); }

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

<style>
 span { border-color: #9151AC; }

 span { border-color: rgb(145,81,172); }

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