Html Css Color HEX #8C48BC Deep Lilac

📋 copy color: '#8C48BC'

red 140 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #8C48BC

Tints of Deep Lilac #8C48BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 35%
G = 18%
B = 47%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C48BC (or 0x8C48BC) is known color: Deep Lilac. HEX triplet: 8C, 48 and BC. RGB value is (140,72,188). Sum of RGB (Red+Green+Blue) = 140+72+188=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48BC is #73B743. Grayscale: #696969. Windows color (decimal): -7583556 or 12339340. OLE color: 12339340.

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

Color convert

RGB 140 72 188 -
CMYK 0.26 0.62 0 0.26
HSL 275.17º 0.46% 0.51% -
HSV(B) 275.17º 0.62% 0.74% -
XYZ 22.21 13.84 49.08 -
YUV 105.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 140 72 188 0.26 0.62 0 0.26 275.17 0.46 0.51
Hex 8C 48 BC 1A 3E 0 1A 113 2E 33
Octal 214 110 274 32 76 0 32 423 56 63
Binary 10001100 1001000 10111100 11010 111110 0 11010 100010011 101110 110011

Color Harmonies of #8C48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C48BC

Black with #8C48BC

Text Example


Text Example

White with #8C48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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