Html Css Color HEX #8C4FC6 Deep Lilac

📋 copy color: '#8C4FC6'

red 140 ◦ green 79 ◦ blue 198

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

Shades of Deep Lilac #8C4FC6

Tints of Deep Lilac #8C4FC6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.94%

 BLUE value IS 198 (77.73% from 255) = 47.48%

R = 33.57%
G = 18.94%
B = 47.48%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8C4FC6 (or 0x8C4FC6) is known color: Deep Lilac. HEX triplet: 8C, 4F and C6. RGB value is (140,79,198). Sum of RGB (Red+Green+Blue) = 140+79+198=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C4FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FC6 is #73B039. Grayscale: #6E6E6E. Windows color (decimal): -7581754 or 12996492. OLE color: 12996492.

HSL color Cylindrical-coordinate representation of color #8C4FC6: hue angle of 270.76º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C4FC6 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 79 198 -
CMYK 0.29 0.60 0 0.22
HSL 270.76º 0.51% 0.54% -
HSV(B) 270.76º 0.6% 0.78% -
XYZ 23.8 15.24 55.11 -
YUV 110.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 140 79 198 0.29 0.60 0 0.22 270.76 0.51 0.54
Hex 8C 4F C6 1D 3C 0 16 10F 33 36
Octal 214 117 306 35 74 0 26 417 63 66
Binary 10001100 1001111 11000110 11101 111100 0 10110 100001111 110011 110110

Color Harmonies of #8C4FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4FC6

Black with #8C4FC6

Text Example


Text Example

White with #8C4FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,79,198); }

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

background-color css

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

 a { background-color: rgb(140,79,198); }

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

border-color css

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

 span { border-color: rgb(140,79,198); }

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