Html Css Color HEX #8C49BE Deep Lilac

📋 copy color: '#8C49BE'

red 140 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #8C49BE

Tints of Deep Lilac #8C49BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.11%

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

R = 34.74%
G = 18.11%
B = 47.15%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C49BE (or 0x8C49BE) is known color: Deep Lilac. HEX triplet: 8C, 49 and BE. RGB value is (140,73,190). Sum of RGB (Red+Green+Blue) = 140+73+190=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49BE is #73B641. Grayscale: #696969. Windows color (decimal): -7583298 or 12470668. OLE color: 12470668.

HSL color Cylindrical-coordinate representation of color #8C49BE: hue angle of 274.36º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C49BE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 73 190 -
CMYK 0.26 0.62 0 0.25
HSL 274.36º 0.47% 0.52% -
HSV(B) 274.36º 0.62% 0.75% -
XYZ 22.49 14.06 50.24 -
YUV 106.37 175.2 151.99 -
System Red Green Blue C M Y K H S L
Decimal 140 73 190 0.26 0.62 0 0.25 274.36 0.47 0.52
Hex 8C 49 BE 1A 3E 0 19 112 2F 34
Octal 214 111 276 32 76 0 31 422 57 64
Binary 10001100 1001001 10111110 11010 111110 0 11001 100010010 101111 110100

Color Harmonies of #8C49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C49BE

Black with #8C49BE

Text Example


Text Example

White with #8C49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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