#8D65C9

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

Shades of Lilac Bush #8D65C9

Tints of Lilac Bush #8D65C9

Color information

#8D65C9 (or 0x8D65C9) is unknown color: approx Lilac Bush. HEX triplet: 8D, 65 and C9. RGB value is (141,101,201). Sum of RGB (Red+Green+Blue) = 141+101+201=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D65C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D65C9 is #729A36. Grayscale: #7B7B7B. Windows color (decimal): -7510583 or 13198733. OLE color: 13198733.

HSL color Cylindrical-coordinate representation of color #8D65C9: hue angle of 264º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D65C9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141101201-
CMYK0.300.5000.21
HSL264º48.08%59.22%-
HSV(B)264º49.75%78.82%-
XYZ26.1819.1957.58-
YUV124.36171.25139.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=31.83%
G=22.80%
B=45.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411012010.300.5000.2126448.0859.22
Hex8D65C91E32015108303b
Octal21514531136620254106073
Binary1000110111001011100100111110110010010101100001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D65C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,201); }

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

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

 a { background-color: rgb(141,101,201); }

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

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

 span { border-color: rgb(141,101,201); }

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