Html Css Color HEX #8D7CDB Medium Purple

📋 copy color: '#8D7CDB'

red 141 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #8D7CDB

Tints of Medium Purple #8D7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

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

R = 29.13%
G = 25.62%
B = 45.25%

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

#8D7CDB (or 0x8D7CDB) is known color: Medium Purple. HEX triplet: 8D, 7C and DB. RGB value is (141,124,219). Sum of RGB (Red+Green+Blue) = 141+124+219=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7CDB is #728324. Grayscale: #8B8B8B. Windows color (decimal): -7504677 or 14384269. OLE color: 14384269.

HSL color Cylindrical-coordinate representation of color #8D7CDB: hue angle of 250.74º 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 #8D7CDB is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 124 219 -
CMYK 0.36 0.43 0 0.14
HSL 250.74º 0.57% 0.67% -
HSV(B) 250.74º 0.43% 0.86% -
XYZ 30.98 25.19 70.25 -
YUV 139.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 141 124 219 0.36 0.43 0 0.14 250.74 0.57 0.67
Hex 8D 7C DB 24 2B 0 E FB 39 43
Octal 215 174 333 44 53 0 16 373 71 103
Binary 10001101 1111100 11011011 100100 101011 0 1110 11111011 111001 1000011

Color Harmonies of #8D7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7CDB

Black with #8D7CDB

Text Example


Text Example

White with #8D7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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