Html Css Color HEX #8D7FDA Medium Purple

📋 copy color: '#8D7FDA'

red 141 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #8D7FDA

Tints of Medium Purple #8D7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 29.01%
G = 26.13%
B = 44.86%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D7FDA (or 0x8D7FDA) is known color: Medium Purple. HEX triplet: 8D, 7F and DA. RGB value is (141,127,218). Sum of RGB (Red+Green+Blue) = 141+127+218=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7FDA is #728025. Grayscale: #8D8D8D. Windows color (decimal): -7503910 or 14319501. OLE color: 14319501.

HSL color Cylindrical-coordinate representation of color #8D7FDA: hue angle of 249.23º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D7FDA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 127 218 -
CMYK 0.35 0.42 0 0.15
HSL 249.23º 0.55% 0.68% -
HSV(B) 249.23º 0.42% 0.85% -
XYZ 31.23 25.9 69.68 -
YUV 141.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 141 127 218 0.35 0.42 0 0.15 249.23 0.55 0.68
Hex 8D 7F DA 23 2A 0 F F9 37 44
Octal 215 177 332 43 52 0 17 371 67 104
Binary 10001101 1111111 11011010 100011 101010 0 1111 11111001 110111 1000100

Color Harmonies of #8D7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7FDA

Black with #8D7FDA

Text Example


Text Example

White with #8D7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,127,218); }

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

background-color css

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

 a { background-color: rgb(141,127,218); }

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

border-color css

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

 span { border-color: rgb(141,127,218); }

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