Html Css Color HEX #8D41BD Deep Lilac

📋 copy color: '#8D41BD'

red 141 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #8D41BD

Tints of Deep Lilac #8D41BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.46%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 35.7%
G = 16.46%
B = 47.85%

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

#8D41BD (or 0x8D41BD) is known color: Deep Lilac. HEX triplet: 8D, 41 and BD. RGB value is (141,65,189). Sum of RGB (Red+Green+Blue) = 141+65+189=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D41BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D41BD is #72BE42. Grayscale: #656565. Windows color (decimal): -7519811 or 12403085. OLE color: 12403085.

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

Color convert

RGB 141 65 189 -
CMYK 0.25 0.66 0 0.26
HSL 276.77º 0.49% 0.5% -
HSV(B) 276.77º 0.66% 0.74% -
XYZ 22.06 13.12 49.51 -
YUV 101.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 141 65 189 0.25 0.66 0 0.26 276.77 0.49 0.5
Hex 8D 41 BD 19 42 0 1A 115 31 32
Octal 215 101 275 31 102 0 32 425 61 62
Binary 10001101 1000001 10111101 11001 1000010 0 11010 100010101 110001 110010

Color Harmonies of #8D41BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D41BD

Black with #8D41BD

Text Example


Text Example

White with #8D41BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,65,189); }

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

background-color css

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

 a { background-color: rgb(141,65,189); }

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

border-color css

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

 span { border-color: rgb(141,65,189); }

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