Html Css Color HEX #8D4CBA Deep Lilac

📋 copy color: '#8D4CBA'

red 141 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #8D4CBA

Tints of Deep Lilac #8D4CBA

RGB

 RED value IS 141 (55.47% from 255) = 34.99%

 GREEN value IS 76 (30.08% from 255) = 18.86%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 34.99%
G = 18.86%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D4CBA (or 0x8D4CBA) is known color: Deep Lilac. HEX triplet: 8D, 4C and BA. RGB value is (141,76,186). Sum of RGB (Red+Green+Blue) = 141+76+186=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4CBA is #72B345. Grayscale: #6B6B6B. Windows color (decimal): -7516998 or 12209293. OLE color: 12209293.

HSL color Cylindrical-coordinate representation of color #8D4CBA: hue angle of 275.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D4CBA is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 76 186 -
CMYK 0.24 0.59 0 0.27
HSL 275.45º 0.44% 0.51% -
HSV(B) 275.45º 0.59% 0.73% -
XYZ 22.43 14.38 48.05 -
YUV 107.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 141 76 186 0.24 0.59 0 0.27 275.45 0.44 0.51
Hex 8D 4C BA 18 3B 0 1B 113 2C 33
Octal 215 114 272 30 73 0 33 423 54 63
Binary 10001101 1001100 10111010 11000 111011 0 11011 100010011 101100 110011

Color Harmonies of #8D4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4CBA

Black with #8D4CBA

Text Example


Text Example

White with #8D4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,76,186); }

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

background-color css

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

 a { background-color: rgb(141,76,186); }

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

border-color css

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

 span { border-color: rgb(141,76,186); }

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