Html Css Color HEX #8C4DBE Deep Lilac

📋 copy color: '#8C4DBE'

red 140 ◦ green 77 ◦ blue 190

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

Shades of Deep Lilac #8C4DBE

Tints of Deep Lilac #8C4DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 34.4%
G = 18.92%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C4DBE (or 0x8C4DBE) is known color: Deep Lilac. HEX triplet: 8C, 4D and BE. RGB value is (140,77,190). Sum of RGB (Red+Green+Blue) = 140+77+190=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DBE is #73B241. Grayscale: #6C6C6C. Windows color (decimal): -7582274 or 12471692. OLE color: 12471692.

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

Color convert

RGB 140 77 190 -
CMYK 0.26 0.59 0 0.25
HSL 273.45º 0.47% 0.52% -
HSV(B) 273.45º 0.59% 0.75% -
XYZ 22.76 14.6 50.33 -
YUV 108.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 140 77 190 0.26 0.59 0 0.25 273.45 0.47 0.52
Hex 8C 4D BE 1A 3B 0 19 111 2F 34
Octal 214 115 276 32 73 0 31 421 57 64
Binary 10001100 1001101 10111110 11010 111011 0 11001 100010001 101111 110100

Color Harmonies of #8C4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4DBE

Black with #8C4DBE

Text Example


Text Example

White with #8C4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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