#9A70BE

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

Shades of Lilac Bush #9A70BE

Tints of Lilac Bush #9A70BE

Color information

#9A70BE (or 0x9A70BE) is unknown color: approx Lilac Bush. HEX triplet: 9A, 70 and BE. RGB value is (154,112,190). Sum of RGB (Red+Green+Blue) = 154+112+190=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70BE is #658F41. Grayscale: #858585. Windows color (decimal): -6655810 or 12480666. OLE color: 12480666.

HSL color Cylindrical-coordinate representation of color #9A70BE: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A70BE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154112190-
CMYK0.190.4100.25
HSL272.31º37.5%59.22%-
HSV(B)272.31º41.05%74.51%-
XYZ28.4122.1851.5-
YUV133.45159.91142.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.77%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=33.77%
G=24.56%
B=41.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541121900.190.4100.25272.3137.559.22
Hex9A70BE1329019110263b
Octal23216027623510314204673
Binary1001101011100001011111010011101001011001100010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,112,190); }

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

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

 a { background-color: rgb(154,112,190); }

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

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

 span { border-color: rgb(154,112,190); }

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