#9678c1

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

Shades of Lilac Bush #9678C1

Tints of Lilac Bush #9678C1

Color information

#9678C1 (or 0x9678C1) is unknown color: approx Lilac Bush. HEX triplet: 96, 78 and C1. RGB value is (150,120,193). Sum of RGB (Red+Green+Blue) = 150+120+193=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 120 (47.27% from 255 or 25.92% 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 #9678C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678C1 is #69873E. Grayscale: #898989. Windows color (decimal): -6915903 or 12679318. OLE color: 12679318.

HSL color Cylindrical-coordinate representation of color #9678C1: hue angle of 264.66º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9678C1 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150120193-
CMYK0.220.3800.24
HSL264.66º37.06%61.37%-
HSV(B)264.66º37.82%75.69%-
XYZ28.9223.7753.52-
YUV137.29159.44137.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=32.40%
G=25.92%
B=41.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501201930.220.3800.24264.6637.0661.37
Hex9678C11626018109253d
Octal22617030126460304114575
Binary1001011011110001100000110110100110011000100001001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9678c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9678c1; }

 p { color: rgb(150,120,193); }

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

<style>
 a { background-color: #9678c1; }

 a { background-color: rgb(150,120,193); }

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

<style>
 span { border-color: #9678c1; }

 span { border-color: rgb(150,120,193); }

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