Html Css Color HEX #8D40BC Deep Lilac

📋 copy color: '#8D40BC'

red 141 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #8D40BC

Tints of Deep Lilac #8D40BC

RGB

 RED value IS 141 (55.47% from 255) = 35.88%

 GREEN value IS 64 (25.39% from 255) = 16.28%

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

R = 35.88%
G = 16.28%
B = 47.84%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D40BC (or 0x8D40BC) is known color: Deep Lilac. HEX triplet: 8D, 40 and BC. RGB value is (141,64,188). Sum of RGB (Red+Green+Blue) = 141+64+188=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D40BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D40BC is #72BF43. Grayscale: #646464. Windows color (decimal): -7520068 or 12337293. OLE color: 12337293.

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

Color convert

RGB 141 64 188 -
CMYK 0.25 0.66 0 0.26
HSL 277.26º 0.49% 0.49% -
HSV(B) 277.26º 0.66% 0.74% -
XYZ 21.9 12.96 48.92 -
YUV 101.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 141 64 188 0.25 0.66 0 0.26 277.26 0.49 0.49
Hex 8D 40 BC 19 42 0 1A 115 31 31
Octal 215 100 274 31 102 0 32 425 61 61
Binary 10001101 1000000 10111100 11001 1000010 0 11010 100010101 110001 110001

Color Harmonies of #8D40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D40BC

Black with #8D40BC

Text Example


Text Example

White with #8D40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,64,188); }

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

background-color css

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

 a { background-color: rgb(141,64,188); }

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

border-color css

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

 span { border-color: rgb(141,64,188); }

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