#9B70C3

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

Shades of Lilac Bush #9B70C3

Tints of Lilac Bush #9B70C3

Color information

#9B70C3 (or 0x9B70C3) is unknown color: approx Lilac Bush. HEX triplet: 9B, 70 and C3. RGB value is (155,112,195). Sum of RGB (Red+Green+Blue) = 155+112+195=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #9B70C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B70C3 is #648F3C. Grayscale: #868686. Windows color (decimal): -6590269 or 12808347. OLE color: 12808347.

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

Color convert

RGB155112195-
CMYK0.210.4300.24
HSL271.08º40.89%60.2%-
HSV(B)271.08º42.56%76.47%-
XYZ29.1622.554.44-
YUV134.32162.25142.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 195 (76.56% from 255) = 42.21%
R=33.55%
G=24.24%
B=42.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551121950.210.4300.24271.0840.8960.2
Hex9B70C3152B01810f293c
Octal23316030325530304175174
Binary1001101111100001100001110101101011011000100001111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B70C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,195); }

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

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

 a { background-color: rgb(155,112,195); }

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

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

 span { border-color: rgb(155,112,195); }

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