Html Css Color HEX #8C50C0 Deep Lilac

📋 copy color: '#8C50C0'

red 140 ◦ green 80 ◦ blue 192

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

Shades of Deep Lilac #8C50C0

Tints of Deep Lilac #8C50C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 33.98%
G = 19.42%
B = 46.6%

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

#8C50C0 (or 0x8C50C0) is known color: Deep Lilac. HEX triplet: 8C, 50 and C0. RGB value is (140,80,192). Sum of RGB (Red+Green+Blue) = 140+80+192=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C50C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50C0 is #73AF3F. Grayscale: #6E6E6E. Windows color (decimal): -7581504 or 12603532. OLE color: 12603532.

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

Color convert

RGB 140 80 192 -
CMYK 0.27 0.58 0 0.25
HSL 272.14º 0.47% 0.53% -
HSV(B) 272.14º 0.58% 0.75% -
XYZ 23.2 15.12 51.56 -
YUV 110.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 140 80 192 0.27 0.58 0 0.25 272.14 0.47 0.53
Hex 8C 50 C0 1B 3A 0 19 110 2F 35
Octal 214 120 300 33 72 0 31 420 57 65
Binary 10001100 1010000 11000000 11011 111010 0 11001 100010000 101111 110101

Color Harmonies of #8C50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50C0

Black with #8C50C0

Text Example


Text Example

White with #8C50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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