#8244C4

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

Shades of Deep Lilac #8244C4

Tints of Deep Lilac #8244C4

Color information

#8244C4 (or 0x8244C4) is unknown color: approx Deep Lilac. HEX triplet: 82, 44 and C4. RGB value is (130,68,196). Sum of RGB (Red+Green+Blue) = 130+68+196=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #8244C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8244C4 is #7DBB3B. Grayscale: #646464. Windows color (decimal): -8239932 or 12862594. OLE color: 12862594.

HSL color Cylindrical-coordinate representation of color #8244C4: hue angle of 269.06º 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 #8244C4 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13068196-
CMYK0.340.6500.23
HSL269.06º52.03%51.76%-
HSV(B)269.06º65.31%76.86%-
XYZ21.2412.8753.59-
YUV101.13181.54148.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 196 (76.95% from 255) = 49.75%
R=32.99%
G=17.26%
B=49.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130681960.340.6500.23269.0652.0351.76
Hex8244C4224101710d3434
Octal202104304421010274156464
Binary100000101000100110001001000101000001010111100001101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8244C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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