Html Css Color HEX #8C50BF Deep Lilac

📋 copy color: '#8C50BF'

red 140 ◦ green 80 ◦ blue 191

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

Shades of Deep Lilac #8C50BF

Tints of Deep Lilac #8C50BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 34.06%
G = 19.46%
B = 46.47%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C50BF (or 0x8C50BF) is known color: Deep Lilac. HEX triplet: 8C, 50 and BF. RGB value is (140,80,191). Sum of RGB (Red+Green+Blue) = 140+80+191=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C50BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50BF is #73AF40. Grayscale: #6E6E6E. Windows color (decimal): -7581505 or 12537996. OLE color: 12537996.

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

Color convert

RGB 140 80 191 -
CMYK 0.27 0.58 0 0.25
HSL 272.43º 0.46% 0.53% -
HSV(B) 272.43º 0.58% 0.75% -
XYZ 23.09 15.07 50.98 -
YUV 110.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 140 80 191 0.27 0.58 0 0.25 272.43 0.46 0.53
Hex 8C 50 BF 1B 3A 0 19 110 2E 35
Octal 214 120 277 33 72 0 31 420 56 65
Binary 10001100 1010000 10111111 11011 111010 0 11001 100010000 101110 110101

Color Harmonies of #8C50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50BF

Black with #8C50BF

Text Example


Text Example

White with #8C50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,80,191); }

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

background-color css

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

 a { background-color: rgb(140,80,191); }

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

border-color css

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

 span { border-color: rgb(140,80,191); }

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