#9B7CCF

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

Shades of Lilac Bush #9B7CCF

Tints of Lilac Bush #9B7CCF

Color information

#9B7CCF (or 0x9B7CCF) is unknown color: approx Lilac Bush. HEX triplet: 9B, 7C and CF. RGB value is (155,124,207). Sum of RGB (Red+Green+Blue) = 155+124+207=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CCF is #648330. Grayscale: #8E8E8E. Windows color (decimal): -6587185 or 13597851. OLE color: 13597851.

HSL color Cylindrical-coordinate representation of color #9B7CCF: hue angle of 262.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B7CCF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155124207-
CMYK0.250.4000.19
HSL262.41º46.37%64.9%-
HSV(B)262.41º40.1%81.18%-
XYZ31.9925.8962.34-
YUV142.73164.27136.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.89%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=31.89%
G=25.51%
B=42.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551242070.250.4000.19262.4146.3764.9
Hex9B7CCF19280131062e41
Octal233174317315002340656101
Binary10011011111110011001111110011010000100111000001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,207); }

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

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

 a { background-color: rgb(155,124,207); }

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

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

 span { border-color: rgb(155,124,207); }

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