Html Css Color HEX #8D4DBA Deep Lilac

📋 copy color: '#8D4DBA'

red 141 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #8D4DBA

Tints of Deep Lilac #8D4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

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

R = 34.9%
G = 19.06%
B = 46.04%

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

#8D4DBA (or 0x8D4DBA) is known color: Deep Lilac. HEX triplet: 8D, 4D and BA. RGB value is (141,77,186). Sum of RGB (Red+Green+Blue) = 141+77+186=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DBA is #72B245. Grayscale: #6C6C6C. Windows color (decimal): -7516742 or 12209549. OLE color: 12209549.

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

Color convert

RGB 141 77 186 -
CMYK 0.24 0.59 0 0.27
HSL 275.23º 0.44% 0.52% -
HSV(B) 275.23º 0.59% 0.73% -
XYZ 22.5 14.52 48.07 -
YUV 108.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 141 77 186 0.24 0.59 0 0.27 275.23 0.44 0.52
Hex 8D 4D BA 18 3B 0 1B 113 2C 34
Octal 215 115 272 30 73 0 33 423 54 64
Binary 10001101 1001101 10111010 11000 111011 0 11011 100010011 101100 110100

Color Harmonies of #8D4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4DBA

Black with #8D4DBA

Text Example


Text Example

White with #8D4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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