#8B67BD

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

Shades of Lilac Bush #8B67BD

Tints of Lilac Bush #8B67BD

Color information

#8B67BD (or 0x8B67BD) is unknown color: approx Lilac Bush. HEX triplet: 8B, 67 and BD. RGB value is (139,103,189). Sum of RGB (Red+Green+Blue) = 139+103+189=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B67BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B67BD is #749842. Grayscale: #7B7B7B. Windows color (decimal): -7641155 or 12412811. OLE color: 12412811.

HSL color Cylindrical-coordinate representation of color #8B67BD: hue angle of 265.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B67BD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139103189-
CMYK0.260.4600.26
HSL265.12º39.45%57.25%-
HSV(B)265.12º45.5%74.12%-
XYZ24.6818.8650.48-
YUV123.57164.93139.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=32.25%
G=23.90%
B=43.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391031890.260.4600.26265.1239.4557.25
Hex8B67BD1A2E01A1092739
Octal21314727532560324114771
Binary1000101111001111011110111010101110011010100001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B67BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B67BD; }

 p { color: rgb(139,103,189); }

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

<style>
 a { background-color: #8B67BD; }

 a { background-color: rgb(139,103,189); }

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

<style>
 span { border-color: #8B67BD; }

 span { border-color: rgb(139,103,189); }

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