Html Css Color HEX #8C48BE Deep Lilac

📋 copy color: '#8C48BE'

red 140 ◦ green 72 ◦ blue 190

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

Shades of Deep Lilac #8C48BE

Tints of Deep Lilac #8C48BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

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

R = 34.83%
G = 17.91%
B = 47.26%

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

#8C48BE (or 0x8C48BE) is known color: Deep Lilac. HEX triplet: 8C, 48 and BE. RGB value is (140,72,190). Sum of RGB (Red+Green+Blue) = 140+72+190=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48BE is #73B741. Grayscale: #696969. Windows color (decimal): -7583554 or 12470412. OLE color: 12470412.

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

Color convert

RGB 140 72 190 -
CMYK 0.26 0.62 0 0.25
HSL 274.58º 0.48% 0.51% -
HSV(B) 274.58º 0.62% 0.75% -
XYZ 22.43 13.93 50.22 -
YUV 105.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 140 72 190 0.26 0.62 0 0.25 274.58 0.48 0.51
Hex 8C 48 BE 1A 3E 0 19 113 30 33
Octal 214 110 276 32 76 0 31 423 60 63
Binary 10001100 1001000 10111110 11010 111110 0 11001 100010011 110000 110011

Color Harmonies of #8C48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48BE

Black with #8C48BE

Text Example


Text Example

White with #8C48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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