#8B4DC4

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

Shades of Deep Lilac #8B4DC4

Tints of Deep Lilac #8B4DC4

Color information

#8B4DC4 (or 0x8B4DC4) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4D and C4. RGB value is (139,77,196). Sum of RGB (Red+Green+Blue) = 139+77+196=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B4DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DC4 is #74B23B. Grayscale: #6C6C6C. Windows color (decimal): -7647804 or 12864907. OLE color: 12864907.

HSL color Cylindrical-coordinate representation of color #8B4DC4: hue angle of 271.26º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B4DC4 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13977196-
CMYK0.290.6100.23
HSL271.26º50.21%53.53%-
HSV(B)271.26º60.71%76.86%-
XYZ23.2714.7853.85-
YUV109.1177.04149.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 196 (76.95% from 255) = 47.57%
R=33.74%
G=18.69%
B=47.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139771960.290.6100.23271.2650.2153.53
Hex8B4DC41D3D01710f3236
Octal21311530435750274176266
Binary1000101110011011100010011101111101010111100001111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,196); }

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

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

 a { background-color: rgb(139,77,196); }

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

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

 span { border-color: rgb(139,77,196); }

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