Html Css Color HEX #8D81DC Medium Purple

📋 copy color: '#8D81DC'

red 141 ◦ green 129 ◦ blue 220

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

Shades of Medium Purple #8D81DC

Tints of Medium Purple #8D81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.33%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 28.78%
G = 26.33%
B = 44.9%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D81DC (or 0x8D81DC) is known color: Medium Purple. HEX triplet: 8D, 81 and DC. RGB value is (141,129,220). Sum of RGB (Red+Green+Blue) = 141+129+220=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81DC is #727E23. Grayscale: #8E8E8E. Windows color (decimal): -7503396 or 14451085. OLE color: 14451085.

HSL color Cylindrical-coordinate representation of color #8D81DC: hue angle of 247.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D81DC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 129 220 -
CMYK 0.36 0.41 0 0.14
HSL 247.91º 0.57% 0.68% -
HSV(B) 247.91º 0.41% 0.86% -
XYZ 31.75 26.53 71.16 -
YUV 142.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 141 129 220 0.36 0.41 0 0.14 247.91 0.57 0.68
Hex 8D 81 DC 24 29 0 E F8 39 44
Octal 215 201 334 44 51 0 16 370 71 104
Binary 10001101 10000001 11011100 100100 101001 0 1110 11111000 111001 1000100

Color Harmonies of #8D81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D81DC

Black with #8D81DC

Text Example


Text Example

White with #8D81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,129,220); }

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

background-color css

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

 a { background-color: rgb(141,129,220); }

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

border-color css

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

 span { border-color: rgb(141,129,220); }

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