Html Css Color HEX #8B7BDA Medium Purple

📋 copy color: '#8B7BDA'

red 139 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #8B7BDA

Tints of Medium Purple #8B7BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 28.96%
G = 25.63%
B = 45.42%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B7BDA (or 0x8B7BDA) is known color: Medium Purple. HEX triplet: 8B, 7B and DA. RGB value is (139,123,218). Sum of RGB (Red+Green+Blue) = 139+123+218=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BDA is #748425. Grayscale: #8A8A8A. Windows color (decimal): -7636006 or 14318475. OLE color: 14318475.

HSL color Cylindrical-coordinate representation of color #8B7BDA: hue angle of 250.11º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B7BDA is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 123 218 -
CMYK 0.36 0.44 0 0.15
HSL 250.11º 0.56% 0.67% -
HSV(B) 250.11º 0.44% 0.85% -
XYZ 30.39 24.72 69.5 -
YUV 138.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 139 123 218 0.36 0.44 0 0.15 250.11 0.56 0.67
Hex 8B 7B DA 24 2C 0 F FA 38 43
Octal 213 173 332 44 54 0 17 372 70 103
Binary 10001011 1111011 11011010 100100 101100 0 1111 11111010 111000 1000011

Color Harmonies of #8B7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7BDA

Black with #8B7BDA

Text Example


Text Example

White with #8B7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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