Html Css Color HEX #8B4EC0 Deep Lilac

📋 copy color: '#8B4EC0'

red 139 ◦ green 78 ◦ blue 192

#8B4EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #8B4EC0

Tints of Deep Lilac #8B4EC0

RGB

 RED value IS 139 (54.69% from 255) = 33.99%

 GREEN value IS 78 (30.86% from 255) = 19.07%

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 33.99%
G = 19.07%
B = 46.94%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B4EC0 (or 0x8B4EC0) is known color: Deep Lilac. HEX triplet: 8B, 4E and C0. RGB value is (139,78,192). Sum of RGB (Red+Green+Blue) = 139+78+192=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B4EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4EC0 is #74B13F. Grayscale: #6C6C6C. Windows color (decimal): -7647552 or 12603019. OLE color: 12603019.

HSL color Cylindrical-coordinate representation of color #8B4EC0: hue angle of 272.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B4EC0 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 78 192 -
CMYK 0.28 0.59 0 0.25
HSL 272.11º 0.48% 0.53% -
HSV(B) 272.11º 0.59% 0.75% -
XYZ 22.89 14.74 51.51 -
YUV 109.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 139 78 192 0.28 0.59 0 0.25 272.11 0.48 0.53
Hex 8B 4E C0 1C 3B 0 19 110 30 35
Octal 213 116 300 34 73 0 31 420 60 65
Binary 10001011 1001110 11000000 11100 111011 0 11001 100010000 110000 110101

Color Harmonies of #8B4EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4EC0

Black with #8B4EC0

Text Example


Text Example

White with #8B4EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,78,192); }

 H1.HeaderClassName
 {
   color: #8B4EC0;
 }
 .AnyTagClassName
 {
   color: #8B4EC0;
 }
</style>

background-color css

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

 a { background-color: rgb(139,78,192); }

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

border-color css

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

 span { border-color: rgb(139,78,192); }

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