Html Css Color HEX #8C50BE Deep Lilac

📋 copy color: '#8C50BE'

red 140 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #8C50BE

Tints of Deep Lilac #8C50BE

RGB

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

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

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

R = 34.15%
G = 19.51%
B = 46.34%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C50BE (or 0x8C50BE) is known color: Deep Lilac. HEX triplet: 8C, 50 and BE. RGB value is (140,80,190). Sum of RGB (Red+Green+Blue) = 140+80+190=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50BE is #73AF41. Grayscale: #6E6E6E. Windows color (decimal): -7581506 or 12472460. OLE color: 12472460.

HSL color Cylindrical-coordinate representation of color #8C50BE: hue angle of 272.73º 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 #8C50BE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 80 190 -
CMYK 0.26 0.58 0 0.25
HSL 272.73º 0.46% 0.53% -
HSV(B) 272.73º 0.58% 0.75% -
XYZ 22.98 15.03 50.41 -
YUV 110.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 140 80 190 0.26 0.58 0 0.25 272.73 0.46 0.53
Hex 8C 50 BE 1A 3A 0 19 111 2E 35
Octal 214 120 276 32 72 0 31 421 56 65
Binary 10001100 1010000 10111110 11010 111010 0 11001 100010001 101110 110101

Color Harmonies of #8C50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50BE

Black with #8C50BE

Text Example


Text Example

White with #8C50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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