#8644C4

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

Shades of Deep Lilac #8644C4

Tints of Deep Lilac #8644C4

Color information

#8644C4 (or 0x8644C4) is unknown color: approx Deep Lilac. HEX triplet: 86, 44 and C4. RGB value is (134,68,196). Sum of RGB (Red+Green+Blue) = 134+68+196=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 196 (76.95% from 255 or 49.25% from 398); Max value from RGB is 196 - color contains mainly: blue. Hex color #8644C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644C4 is #79BB3B. Grayscale: #656565. Windows color (decimal): -7977788 or 12862598. OLE color: 12862598.

HSL color Cylindrical-coordinate representation of color #8644C4: hue angle of 270.94º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8644C4 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13468196-
CMYK0.320.6500.23
HSL270.94º52.03%51.76%-
HSV(B)270.94º65.31%76.86%-
XYZ21.8613.1953.62-
YUV102.33180.87150.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 196 (76.95% from 255) = 49.25%
R=33.67%
G=17.09%
B=49.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134681960.320.6500.23270.9452.0351.76
Hex8644C4204101710f3434
Octal206104304401010274176464
Binary100001101000100110001001000001000001010111100001111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8644C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8644C4; }

 p { color: rgb(134,68,196); }

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

<style>
 a { background-color: #8644C4; }

 a { background-color: rgb(134,68,196); }

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

<style>
 span { border-color: #8644C4; }

 span { border-color: rgb(134,68,196); }

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