Html Css Color HEX #8D7DDB Medium Purple

📋 copy color: '#8D7DDB'

red 141 ◦ green 125 ◦ blue 219

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

Shades of Medium Purple #8D7DDB

Tints of Medium Purple #8D7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.77%

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 29.07%
G = 25.77%
B = 45.15%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D7DDB (or 0x8D7DDB) is known color: Medium Purple. HEX triplet: 8D, 7D and DB. RGB value is (141,125,219). Sum of RGB (Red+Green+Blue) = 141+125+219=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DDB is #728224. Grayscale: #8C8C8C. Windows color (decimal): -7504421 or 14384525. OLE color: 14384525.

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

Color convert

RGB 141 125 219 -
CMYK 0.36 0.43 0 0.14
HSL 250.21º 0.57% 0.67% -
HSV(B) 250.21º 0.43% 0.86% -
XYZ 31.1 25.44 70.29 -
YUV 140.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 141 125 219 0.36 0.43 0 0.14 250.21 0.57 0.67
Hex 8D 7D DB 24 2B 0 E FA 39 43
Octal 215 175 333 44 53 0 16 372 71 103
Binary 10001101 1111101 11011011 100100 101011 0 1110 11111010 111001 1000011

Color Harmonies of #8D7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7DDB

Black with #8D7DDB

Text Example


Text Example

White with #8D7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,125,219); }

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

background-color css

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

 a { background-color: rgb(141,125,219); }

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

border-color css

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

 span { border-color: rgb(141,125,219); }

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