#9159c1

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

Shades of Deep Lilac #9159C1

Tints of Deep Lilac #9159C1

Color information

#9159C1 (or 0x9159C1) is unknown color: approx Deep Lilac. HEX triplet: 91, 59 and C1. RGB value is (145,89,193). Sum of RGB (Red+Green+Blue) = 145+89+193=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #9159C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9159C1 is #6EA63E. Grayscale: #757575. Windows color (decimal): -7251519 or 12671377. OLE color: 12671377.

HSL color Cylindrical-coordinate representation of color #9159C1: hue angle of 272.31º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9159C1 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14589193-
CMYK0.250.5400.24
HSL272.31º45.61%55.29%-
HSV(B)272.31º53.89%75.69%-
XYZ24.8817.0152.43-
YUV117.6170.55147.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=33.96%
G=20.84%
B=45.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal145891930.250.5400.24272.3145.6155.29
Hex9159C119360181102e37
Octal22113130131660304205667
Binary1001000110110011100000111001110110011000100010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9159c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9159c1; }

 p { color: rgb(145,89,193); }

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

<style>
 a { background-color: #9159c1; }

 a { background-color: rgb(145,89,193); }

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

<style>
 span { border-color: #9159c1; }

 span { border-color: rgb(145,89,193); }

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