#8B4CC1

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

Shades of Deep Lilac #8B4CC1

Tints of Deep Lilac #8B4CC1

Color information

#8B4CC1 (or 0x8B4CC1) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4C and C1. RGB value is (139,76,193). Sum of RGB (Red+Green+Blue) = 139+76+193=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B4CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4CC1 is #74B33E. Grayscale: #6B6B6B. Windows color (decimal): -7648063 or 12668043. OLE color: 12668043.

HSL color Cylindrical-coordinate representation of color #8B4CC1: hue angle of 272.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B4CC1 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13976193-
CMYK0.280.6100.24
HSL272.31º48.55%52.75%-
HSV(B)272.31º60.62%75.69%-
XYZ22.8614.5152.05-
YUV108.18175.87149.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 76 (30.08% from 255) = 18.63%
BLUE value IS 193 (75.78% from 255) = 47.30%
R=34.07%
G=18.63%
B=47.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139761930.280.6100.24272.3148.5552.75
Hex8B4CC11C3D0181103135
Octal21311430134750304206165
Binary1000101110011001100000111100111101011000100010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,193); }

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

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

 a { background-color: rgb(139,76,193); }

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

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

 span { border-color: rgb(139,76,193); }

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