#9151C0

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

Shades of Deep Lilac #9151C0

Tints of Deep Lilac #9151C0

Color information

#9151C0 (or 0x9151C0) is unknown color: approx Deep Lilac. HEX triplet: 91, 51 and C0. RGB value is (145,81,192). Sum of RGB (Red+Green+Blue) = 145+81+192=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #9151C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151C0 is #6EAE3F. Grayscale: #707070. Windows color (decimal): -7253568 or 12603793. OLE color: 12603793.

HSL color Cylindrical-coordinate representation of color #9151C0: hue angle of 274.59º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9151C0 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14581192-
CMYK0.240.5800.25
HSL274.59º46.84%53.53%-
HSV(B)274.59º57.81%75.29%-
XYZ24.1315.7151.63-
YUV112.79172.7150.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=34.69%
G=19.38%
B=45.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145811920.240.5800.25274.5946.8453.53
Hex9151C0183A0191132f36
Octal22112130030720314235766
Binary1001000110100011100000011000111010011001100010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9151C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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