#8A65BD

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

Shades of Lilac Bush #8A65BD

Tints of Lilac Bush #8A65BD

Color information

#8A65BD (or 0x8A65BD) is unknown color: approx Lilac Bush. HEX triplet: 8A, 65 and BD. RGB value is (138,101,189). Sum of RGB (Red+Green+Blue) = 138+101+189=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65BD is #759A42. Grayscale: #797979. Windows color (decimal): -7707203 or 12412298. OLE color: 12412298.

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

Color convert

RGB138101189-
CMYK0.270.4700.26
HSL265.23º40%56.86%-
HSV(B)265.23º46.56%74.12%-
XYZ24.3218.3850.41-
YUV122.1165.76139.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=32.24%
G=23.60%
B=44.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381011890.270.4700.26265.234056.86
Hex8A65BD1B2F01A1092839
Octal21214527533570324115071
Binary1000101011001011011110111011101111011010100001001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,189); }

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

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

 a { background-color: rgb(138,101,189); }

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

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

 span { border-color: rgb(138,101,189); }

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