#8648CB

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

Shades of Deep Lilac #8648CB

Tints of Deep Lilac #8648CB

Color information

#8648CB (or 0x8648CB) is unknown color: approx Deep Lilac. HEX triplet: 86, 48 and CB. RGB value is (134,72,203). Sum of RGB (Red+Green+Blue) = 134+72+203=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #8648CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8648CB is #79B734. Grayscale: #696969. Windows color (decimal): -7976757 or 13322374. OLE color: 13322374.

HSL color Cylindrical-coordinate representation of color #8648CB: hue angle of 268.4º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8648CB is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13472203-
CMYK0.340.6500.20
HSL268.4º55.74%53.92%-
HSV(B)268.4º64.53%79.61%-
XYZ22.9314.0158-
YUV105.47183.04148.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 203 (79.69% from 255) = 49.63%
R=32.76%
G=17.60%
B=49.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134722030.340.6500.20268.455.7453.92
Hex8648CB224101410c3836
Octal206110313421010244147066
Binary100001101001000110010111000101000001010100100001100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8648CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8648CB; }

 p { color: rgb(134,72,203); }

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

<style>
 a { background-color: #8648CB; }

 a { background-color: rgb(134,72,203); }

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

<style>
 span { border-color: #8648CB; }

 span { border-color: rgb(134,72,203); }

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