Html Css Color HEX #8B7CDE Medium Purple

📋 copy color: '#8B7CDE'

red 139 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #8B7CDE

Tints of Medium Purple #8B7CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 28.66%
G = 25.57%
B = 45.77%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B7CDE (or 0x8B7CDE) is known color: Medium Purple. HEX triplet: 8B, 7C and DE. RGB value is (139,124,222). Sum of RGB (Red+Green+Blue) = 139+124+222=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CDE is #748321. Grayscale: #8B8B8B. Windows color (decimal): -7635746 or 14580875. OLE color: 14580875.

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

Color convert

RGB 139 124 222 -
CMYK 0.37 0.44 0 0.13
HSL 249.18º 0.6% 0.68% -
HSV(B) 249.18º 0.44% 0.87% -
XYZ 31.04 25.18 72.33 -
YUV 139.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 139 124 222 0.37 0.44 0 0.13 249.18 0.6 0.68
Hex 8B 7C DE 25 2C 0 D F9 3C 44
Octal 213 174 336 45 54 0 15 371 74 104
Binary 10001011 1111100 11011110 100101 101100 0 1101 11111001 111100 1000100

Color Harmonies of #8B7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7CDE

Black with #8B7CDE

Text Example


Text Example

White with #8B7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,124,222); }

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

background-color css

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

 a { background-color: rgb(139,124,222); }

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

border-color css

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

 span { border-color: rgb(139,124,222); }

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