Html Css Color HEX #8C4DBD Deep Lilac

📋 copy color: '#8C4DBD'

red 140 ◦ green 77 ◦ blue 189

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

Shades of Deep Lilac #8C4DBD

Tints of Deep Lilac #8C4DBD

RGB

 RED value IS 140 (55.08% from 255) = 34.48%

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 34.48%
G = 18.97%
B = 46.55%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C4DBD (or 0x8C4DBD) is known color: Deep Lilac. HEX triplet: 8C, 4D and BD. RGB value is (140,77,189). Sum of RGB (Red+Green+Blue) = 140+77+189=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C4DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DBD is #73B242. Grayscale: #6C6C6C. Windows color (decimal): -7582275 or 12406156. OLE color: 12406156.

HSL color Cylindrical-coordinate representation of color #8C4DBD: hue angle of 273.75º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C4DBD is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 77 189 -
CMYK 0.26 0.59 0 0.26
HSL 273.75º 0.46% 0.52% -
HSV(B) 273.75º 0.59% 0.74% -
XYZ 22.65 14.56 49.76 -
YUV 108.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 140 77 189 0.26 0.59 0 0.26 273.75 0.46 0.52
Hex 8C 4D BD 1A 3B 0 1A 112 2E 34
Octal 214 115 275 32 73 0 32 422 56 64
Binary 10001100 1001101 10111101 11010 111011 0 11010 100010010 101110 110100

Color Harmonies of #8C4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4DBD

Black with #8C4DBD

Text Example


Text Example

White with #8C4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,77,189); }

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

background-color css

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

 a { background-color: rgb(140,77,189); }

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

border-color css

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

 span { border-color: rgb(140,77,189); }

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