#8641B7

Color #8641B7 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8641B7

Tints of Deep Lilac #8641B7

Color information

#8641B7 (or 0x8641B7) is unknown color: approx Deep Lilac. HEX triplet: 86, 41 and B7. RGB value is (134,65,183). Sum of RGB (Red+Green+Blue) = 134+65+183=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #8641B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641B7 is #79BE48. Grayscale: #626262. Windows color (decimal): -7978569 or 12009862. OLE color: 12009862.

HSL color Cylindrical-coordinate representation of color #8641B7: hue angle of 275.08º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8641B7 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13465183-
CMYK0.270.6400.28
HSL275.08º47.58%48.63%-
HSV(B)275.08º64.48%71.76%-
XYZ20.2712.2746.1-
YUV99.08175.36152.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 65 (25.78% from 255) = 17.02%
BLUE value IS 183 (71.88% from 255) = 47.91%
R=35.08%
G=17.02%
B=47.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134651830.270.6400.28275.0847.5848.63
Hex8641B71B4001C1133031
Octal206101267331000344236061
Binary10000110100000110110111110111000000011100100010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8641B7; }

 p { color: rgb(134,65,183); }

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

<style>
 a { background-color: #8641B7; }

 a { background-color: rgb(134,65,183); }

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

<style>
 span { border-color: #8641B7; }

 span { border-color: rgb(134,65,183); }

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