#8A67BC

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

Shades of Lilac Bush #8A67BC

Tints of Lilac Bush #8A67BC

Color information

#8A67BC (or 0x8A67BC) is unknown color: approx Lilac Bush. HEX triplet: 8A, 67 and BC. RGB value is (138,103,188). Sum of RGB (Red+Green+Blue) = 138+103+188=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A67BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A67BC is #759843. Grayscale: #7A7A7A. Windows color (decimal): -7706692 or 12347274. OLE color: 12347274.

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

Color convert

RGB138103188-
CMYK0.270.4500.26
HSL264.71º38.81%57.06%-
HSV(B)264.71º45.21%73.73%-
XYZ24.4118.7349.91-
YUV123.16164.6138.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=32.17%
G=24.01%
B=43.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381031880.270.4500.26264.7138.8157.06
Hex8A67BC1B2D01A1092739
Octal21214727433550324114771
Binary1000101011001111011110011011101101011010100001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A67BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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