Html Css Color HEX #8C4FBA Deep Lilac

📋 copy color: '#8C4FBA'

red 140 ◦ green 79 ◦ blue 186

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

Shades of Deep Lilac #8C4FBA

Tints of Deep Lilac #8C4FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 34.57%
G = 19.51%
B = 45.93%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C4FBA (or 0x8C4FBA) is known color: Deep Lilac. HEX triplet: 8C, 4F and BA. RGB value is (140,79,186). Sum of RGB (Red+Green+Blue) = 140+79+186=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FBA is #73B045. Grayscale: #6D6D6D. Windows color (decimal): -7581766 or 12210060. OLE color: 12210060.

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

Color convert

RGB 140 79 186 -
CMYK 0.25 0.58 0 0.27
HSL 274.21º 0.44% 0.52% -
HSV(B) 274.21º 0.58% 0.73% -
XYZ 22.47 14.71 48.11 -
YUV 109.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 140 79 186 0.25 0.58 0 0.27 274.21 0.44 0.52
Hex 8C 4F BA 19 3A 0 1B 112 2C 34
Octal 214 117 272 31 72 0 33 422 54 64
Binary 10001100 1001111 10111010 11001 111010 0 11011 100010010 101100 110100

Color Harmonies of #8C4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4FBA

Black with #8C4FBA

Text Example


Text Example

White with #8C4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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