#8B49CB

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

Shades of Deep Lilac #8B49CB

Tints of Deep Lilac #8B49CB

Color information

#8B49CB (or 0x8B49CB) is unknown color: approx Deep Lilac. HEX triplet: 8B, 49 and CB. RGB value is (139,73,203). Sum of RGB (Red+Green+Blue) = 139+73+203=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B49CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49CB is #74B634. Grayscale: #6B6B6B. Windows color (decimal): -7648821 or 13322635. OLE color: 13322635.

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

Color convert

RGB13973203-
CMYK0.320.6400.20
HSL270.46º55.56%54.12%-
HSV(B)270.46º64.04%79.61%-
XYZ23.8114.5758.06-
YUV107.55181.87150.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 203 (79.69% from 255) = 48.92%
R=33.49%
G=17.59%
B=48.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139732030.320.6400.20270.4655.5654.12
Hex8B49CB204001410e3836
Octal213111313401000244167066
Binary100010111001001110010111000001000000010100100001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B49CB; }

 p { color: rgb(139,73,203); }

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

<style>
 a { background-color: #8B49CB; }

 a { background-color: rgb(139,73,203); }

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

<style>
 span { border-color: #8B49CB; }

 span { border-color: rgb(139,73,203); }

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