Html Css Color HEX #8B7CDB Medium Purple

📋 copy color: '#8B7CDB'

red 139 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #8B7CDB

Tints of Medium Purple #8B7CDB

RGB

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

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

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

R = 28.84%
G = 25.73%
B = 45.44%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B7CDB (or 0x8B7CDB) is known color: Medium Purple. HEX triplet: 8B, 7C and DB. RGB value is (139,124,219). Sum of RGB (Red+Green+Blue) = 139+124+219=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CDB is #748324. Grayscale: #8A8A8A. Windows color (decimal): -7635749 or 14384267. OLE color: 14384267.

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

Color convert

RGB 139 124 219 -
CMYK 0.37 0.43 0 0.14
HSL 249.47º 0.57% 0.67% -
HSV(B) 249.47º 0.43% 0.86% -
XYZ 30.64 25.02 70.23 -
YUV 139.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 139 124 219 0.37 0.43 0 0.14 249.47 0.57 0.67
Hex 8B 7C DB 25 2B 0 E F9 39 43
Octal 213 174 333 45 53 0 16 371 71 103
Binary 10001011 1111100 11011011 100101 101011 0 1110 11111001 111001 1000011

Color Harmonies of #8B7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7CDB

Black with #8B7CDB

Text Example


Text Example

White with #8B7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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