Html Css Color HEX #8B7DDD Medium Purple

📋 copy color: '#8B7DDD'

red 139 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #8B7DDD

Tints of Medium Purple #8B7DDD

RGB

 RED value IS 139 (54.69% from 255) = 28.66%

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 28.66%
G = 25.77%
B = 45.57%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B7DDD (or 0x8B7DDD) is known color: Medium Purple. HEX triplet: 8B, 7D and DD. RGB value is (139,125,221). Sum of RGB (Red+Green+Blue) = 139+125+221=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DDD is #748222. Grayscale: #8B8B8B. Windows color (decimal): -7635491 or 14515595. OLE color: 14515595.

HSL color Cylindrical-coordinate representation of color #8B7DDD: hue angle of 248.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B7DDD is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 125 221 -
CMYK 0.37 0.43 0 0.13
HSL 248.75º 0.59% 0.68% -
HSV(B) 248.75º 0.43% 0.87% -
XYZ 31.03 25.38 71.67 -
YUV 140.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 139 125 221 0.37 0.43 0 0.13 248.75 0.59 0.68
Hex 8B 7D DD 25 2B 0 D F9 3B 44
Octal 213 175 335 45 53 0 15 371 73 104
Binary 10001011 1111101 11011101 100101 101011 0 1101 11111001 111011 1000100

Color Harmonies of #8B7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7DDD

Black with #8B7DDD

Text Example


Text Example

White with #8B7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,221); }

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

background-color css

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

 a { background-color: rgb(139,125,221); }

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

border-color css

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

 span { border-color: rgb(139,125,221); }

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