Html Css Color HEX #8D7BDC Medium Purple

📋 copy color: '#8D7BDC'

red 141 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #8D7BDC

Tints of Medium Purple #8D7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

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

R = 29.13%
G = 25.41%
B = 45.45%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D7BDC (or 0x8D7BDC) is known color: Medium Purple. HEX triplet: 8D, 7B and DC. RGB value is (141,123,220). Sum of RGB (Red+Green+Blue) = 141+123+220=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BDC is #728423. Grayscale: #8B8B8B. Windows color (decimal): -7504932 or 14449549. OLE color: 14449549.

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

Color convert

RGB 141 123 220 -
CMYK 0.36 0.44 0 0.14
HSL 251.13º 0.58% 0.67% -
HSV(B) 251.13º 0.44% 0.86% -
XYZ 30.99 25 70.9 -
YUV 139.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 141 123 220 0.36 0.44 0 0.14 251.13 0.58 0.67
Hex 8D 7B DC 24 2C 0 E FB 3A 43
Octal 215 173 334 44 54 0 16 373 72 103
Binary 10001101 1111011 11011100 100100 101100 0 1110 11111011 111010 1000011

Color Harmonies of #8D7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7BDC

Black with #8D7BDC

Text Example


Text Example

White with #8D7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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