Html Css Color HEX #8B7BDB Medium Purple

📋 copy color: '#8B7BDB'

red 139 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #8B7BDB

Tints of Medium Purple #8B7BDB

RGB

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

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

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

R = 28.9%
G = 25.57%
B = 45.53%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B7BDB (or 0x8B7BDB) is known color: Medium Purple. HEX triplet: 8B, 7B and DB. RGB value is (139,123,219). Sum of RGB (Red+Green+Blue) = 139+123+219=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BDB is #748424. Grayscale: #8A8A8A. Windows color (decimal): -7636005 or 14384011. OLE color: 14384011.

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

Color convert

RGB 139 123 219 -
CMYK 0.37 0.44 0 0.14
HSL 250º 0.57% 0.67% -
HSV(B) 250º 0.44% 0.86% -
XYZ 30.52 24.77 70.19 -
YUV 138.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 139 123 219 0.37 0.44 0 0.14 250 0.57 0.67
Hex 8B 7B DB 25 2C 0 E FA 39 43
Octal 213 173 333 45 54 0 16 372 71 103
Binary 10001011 1111011 11011011 100101 101100 0 1110 11111010 111001 1000011

Color Harmonies of #8B7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7BDB

Black with #8B7BDB

Text Example


Text Example

White with #8B7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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