#8565B7

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

Shades of Lilac Bush #8565B7

Tints of Lilac Bush #8565B7

Color information

#8565B7 (or 0x8565B7) is unknown color: approx Lilac Bush. HEX triplet: 85, 65 and B7. RGB value is (133,101,183). Sum of RGB (Red+Green+Blue) = 133+101+183=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #8565B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565B7 is #7A9A48. Grayscale: #777777. Windows color (decimal): -8034889 or 12019077. OLE color: 12019077.

HSL color Cylindrical-coordinate representation of color #8565B7: hue angle of 263.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8565B7 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB133101183-
CMYK0.270.4500.28
HSL263.41º36.28%55.69%-
HSV(B)263.41º44.81%71.76%-
XYZ22.8717.7147.01-
YUV119.92163.6137.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 183 (71.88% from 255) = 43.88%
R=31.89%
G=24.22%
B=43.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331011830.270.4500.28263.4136.2855.69
Hex8565B71B2D01C1072438
Octal20514526733550344074470
Binary1000010111001011011011111011101101011100100000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8565B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8565B7; }

 p { color: rgb(133,101,183); }

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

<style>
 a { background-color: #8565B7; }

 a { background-color: rgb(133,101,183); }

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

<style>
 span { border-color: #8565B7; }

 span { border-color: rgb(133,101,183); }

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