#9146C8

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

Shades of Deep Lilac #9146C8

Tints of Deep Lilac #9146C8

Color information

#9146C8 (or 0x9146C8) is unknown color: approx Deep Lilac. HEX triplet: 91, 46 and C8. RGB value is (145,70,200). Sum of RGB (Red+Green+Blue) = 145+70+200=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #9146C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9146C8 is #6EB937. Grayscale: #6A6A6A. Windows color (decimal): -7256376 or 13125265. OLE color: 13125265.

HSL color Cylindrical-coordinate representation of color #9146C8: hue angle of 274.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9146C8 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14570200-
CMYK0.280.6500.22
HSL274.62º54.17%52.94%-
HSV(B)274.62º65%78.43%-
XYZ24.2914.5756.18-
YUV107.24180.35154.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.94%
GREEN value IS 70 (27.73% from 255) = 16.87%
BLUE value IS 200 (78.52% from 255) = 48.19%
R=34.94%
G=16.87%
B=48.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal145702000.280.6500.22274.6254.1752.94
Hex9146C81C410161133635
Octal221106310341010264236665
Binary10010001100011011001000111001000001010110100010011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9146C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9146C8; }

 p { color: rgb(145,70,200); }

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

<style>
 a { background-color: #9146C8; }

 a { background-color: rgb(145,70,200); }

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

<style>
 span { border-color: #9146C8; }

 span { border-color: rgb(145,70,200); }

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