#8A65BC

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

Shades of Lilac Bush #8A65BC

Tints of Lilac Bush #8A65BC

Color information

#8A65BC (or 0x8A65BC) is unknown color: approx Lilac Bush. HEX triplet: 8A, 65 and BC. RGB value is (138,101,188). Sum of RGB (Red+Green+Blue) = 138+101+188=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65BC is #759A43. Grayscale: #797979. Windows color (decimal): -7707204 or 12346762. OLE color: 12346762.

HSL color Cylindrical-coordinate representation of color #8A65BC: hue angle of 265.52º 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 #8A65BC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138101188-
CMYK0.270.4600.26
HSL265.52º39.37%56.67%-
HSV(B)265.52º46.28%73.73%-
XYZ24.2118.3449.84-
YUV121.98165.26139.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=32.32%
G=23.65%
B=44.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381011880.270.4600.26265.5239.3756.67
Hex8A65BC1B2E01A10a2739
Octal21214527433560324124771
Binary1000101011001011011110011011101110011010100001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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