#8642BE

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

Shades of Deep Lilac #8642BE

Tints of Deep Lilac #8642BE

Color information

#8642BE (or 0x8642BE) is unknown color: approx Deep Lilac. HEX triplet: 86, 42 and BE. RGB value is (134,66,190). Sum of RGB (Red+Green+Blue) = 134+66+190=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #8642BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8642BE is #79BD41. Grayscale: #646464. Windows color (decimal): -7978306 or 12468870. OLE color: 12468870.

HSL color Cylindrical-coordinate representation of color #8642BE: hue angle of 272.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8642BE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13466190-
CMYK0.290.6500.25
HSL272.9º48.82%50.2%-
HSV(B)272.9º65.26%74.51%-
XYZ21.0712.6850.05-
YUV100.47178.53151.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=34.36%
G=16.92%
B=48.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134661900.290.6500.25272.948.8250.2
Hex8642BE1D410191113132
Octal206102276351010314216162
Binary10000110100001010111110111011000001011001100010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8642BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8642BE; }

 p { color: rgb(134,66,190); }

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

<style>
 a { background-color: #8642BE; }

 a { background-color: rgb(134,66,190); }

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

<style>
 span { border-color: #8642BE; }

 span { border-color: rgb(134,66,190); }

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