#9E70C1

Color #9E70C1 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9E70C1

Tints of Lilac Bush #9E70C1

Color information

#9E70C1 (or 0x9E70C1) is unknown color: approx Lilac Bush. HEX triplet: 9E, 70 and C1. RGB value is (158,112,193). Sum of RGB (Red+Green+Blue) = 158+112+193=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E70C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70C1 is #618F3E. Grayscale: #868686. Windows color (decimal): -6393663 or 12677278. OLE color: 12677278.

HSL color Cylindrical-coordinate representation of color #9E70C1: hue angle of 274.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E70C1 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158112193-
CMYK0.180.4200.24
HSL274.07º39.51%59.8%-
HSV(B)274.07º41.97%75.69%-
XYZ29.5222.7153.28-
YUV134.99160.74144.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=34.13%
G=24.19%
B=41.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581121930.180.4200.24274.0739.5159.8
Hex9E70C1122A018112283c
Octal23616030122520304225074
Binary1001111011100001100000110010101010011000100010010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E70C1; }

 p { color: rgb(158,112,193); }

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

<style>
 a { background-color: #9E70C1; }

 a { background-color: rgb(158,112,193); }

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

<style>
 span { border-color: #9E70C1; }

 span { border-color: rgb(158,112,193); }

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