Html Css Color HEX #8B7EE0 Medium Purple

📋 copy color: '#8B7EE0'

red 139 ◦ green 126 ◦ blue 224

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

Shades of Medium Purple #8B7EE0

Tints of Medium Purple #8B7EE0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.77%

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 28.43%
G = 25.77%
B = 45.81%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8B7EE0 (or 0x8B7EE0) is known color: Medium Purple. HEX triplet: 8B, 7E and E0. RGB value is (139,126,224). Sum of RGB (Red+Green+Blue) = 139+126+224=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B7EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EE0 is #74811F. Grayscale: #8C8C8C. Windows color (decimal): -7635232 or 14712459. OLE color: 14712459.

HSL color Cylindrical-coordinate representation of color #8B7EE0: hue angle of 247.96º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B7EE0 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 126 224 -
CMYK 0.38 0.44 0 0.12
HSL 247.96º 0.61% 0.69% -
HSV(B) 247.96º 0.44% 0.88% -
XYZ 31.56 25.79 73.84 -
YUV 141.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 139 126 224 0.38 0.44 0 0.12 247.96 0.61 0.69
Hex 8B 7E E0 26 2C 0 C F8 3D 45
Octal 213 176 340 46 54 0 14 370 75 105
Binary 10001011 1111110 11100000 100110 101100 0 1100 11111000 111101 1000101

Color Harmonies of #8B7EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7EE0

Black with #8B7EE0

Text Example


Text Example

White with #8B7EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,126,224); }

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

background-color css

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

 a { background-color: rgb(139,126,224); }

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

border-color css

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

 span { border-color: rgb(139,126,224); }

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