#9768BF

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

Shades of Lilac Bush #9768BF

Tints of Lilac Bush #9768BF

Color information

#9768BF (or 0x9768BF) is unknown color: approx Lilac Bush. HEX triplet: 97, 68 and BF. RGB value is (151,104,191). Sum of RGB (Red+Green+Blue) = 151+104+191=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #9768BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768BF is #689740. Grayscale: #7F7F7F. Windows color (decimal): -6854465 or 12544151. OLE color: 12544151.

HSL color Cylindrical-coordinate representation of color #9768BF: hue angle of 272.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9768BF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151104191-
CMYK0.210.4600.25
HSL272.41º40.47%57.84%-
HSV(B)272.41º45.55%74.9%-
XYZ27.1220.2451.77-
YUV127.97163.57144.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 191 (75% from 255) = 42.83%
R=33.86%
G=23.32%
B=42.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511041910.210.4600.25272.4140.4757.84
Hex9768BF152E019110283a
Octal22715027725560314205072
Binary1001011111010001011111110101101110011001100010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9768BF; }

 p { color: rgb(151,104,191); }

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

<style>
 a { background-color: #9768BF; }

 a { background-color: rgb(151,104,191); }

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

<style>
 span { border-color: #9768BF; }

 span { border-color: rgb(151,104,191); }

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