Html Css Color HEX #8B7ADB Medium Purple

📋 copy color: '#8B7ADB'

red 139 ◦ green 122 ◦ blue 219

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

Shades of Medium Purple #8B7ADB

Tints of Medium Purple #8B7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

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

R = 28.96%
G = 25.42%
B = 45.63%

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

#8B7ADB (or 0x8B7ADB) is known color: Medium Purple. HEX triplet: 8B, 7A and DB. RGB value is (139,122,219). Sum of RGB (Red+Green+Blue) = 139+122+219=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ADB is #748524. Grayscale: #898989. Windows color (decimal): -7636261 or 14383755. OLE color: 14383755.

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

Color convert

RGB 139 122 219 -
CMYK 0.37 0.44 0 0.14
HSL 250.52º 0.57% 0.67% -
HSV(B) 250.52º 0.44% 0.86% -
XYZ 30.39 24.52 70.15 -
YUV 138.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 139 122 219 0.37 0.44 0 0.14 250.52 0.57 0.67
Hex 8B 7A DB 25 2C 0 E FB 39 43
Octal 213 172 333 45 54 0 16 373 71 103
Binary 10001011 1111010 11011011 100101 101100 0 1110 11111011 111001 1000011

Color Harmonies of #8B7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7ADB

Black with #8B7ADB

Text Example


Text Example

White with #8B7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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