#8A67BE

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

Shades of Lilac Bush #8A67BE

Tints of Lilac Bush #8A67BE

Color information

#8A67BE (or 0x8A67BE) is unknown color: approx Lilac Bush. HEX triplet: 8A, 67 and BE. RGB value is (138,103,190). Sum of RGB (Red+Green+Blue) = 138+103+190=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A67BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A67BE is #759841. Grayscale: #7B7B7B. Windows color (decimal): -7706690 or 12478346. OLE color: 12478346.

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

Color convert

RGB138103190-
CMYK0.270.4600.25
HSL264.14º40.09%57.45%-
HSV(B)264.14º45.79%74.51%-
XYZ24.6318.8251.05-
YUV123.38165.6138.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=32.02%
G=23.90%
B=44.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381031900.270.4600.25264.1440.0957.45
Hex8A67BE1B2E0191082839
Octal21214727633560314105071
Binary1000101011001111011111011011101110011001100001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,103,190); }

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

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

 a { background-color: rgb(138,103,190); }

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

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

 span { border-color: rgb(138,103,190); }

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