#9A70CC

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

Shades of Lilac Bush #9A70CC

Tints of Lilac Bush #9A70CC

Color information

#9A70CC (or 0x9A70CC) is unknown color: approx Lilac Bush. HEX triplet: 9A, 70 and CC. RGB value is (154,112,204). Sum of RGB (Red+Green+Blue) = 154+112+204=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70CC is #658F33. Grayscale: #868686. Windows color (decimal): -6655796 or 13398170. OLE color: 13398170.

HSL color Cylindrical-coordinate representation of color #9A70CC: hue angle of 267.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A70CC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154112204-
CMYK0.250.4500.2
HSL267.39º47.42%61.96%-
HSV(B)267.39º45.1%80%-
XYZ30.0222.8259.95-
YUV135.05166.91141.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=32.77%
G=23.83%
B=43.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541122040.250.4500.2267.3947.4261.96
Hex9A70CC192D01410b2f3e
Octal23216031431550244135776
Binary1001101011100001100110011001101101010100100001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A70CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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