#8B61DB

Color #8B61DB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8B61DB

Tints of Medium Purple #8B61DB

Color information

#8B61DB (or 0x8B61DB) is unknown color: approx Medium Purple. HEX triplet: 8B, 61 and DB. RGB value is (139,97,219). Sum of RGB (Red+Green+Blue) = 139+97+219=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B61DB is #749E24. Grayscale: #7B7B7B. Windows color (decimal): -7642661 or 14377355. OLE color: 14377355.

HSL color Cylindrical-coordinate representation of color #8B61DB: hue angle of 260.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B61DB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13997219-
CMYK0.370.5600.14
HSL260.66º62.89%61.96%-
HSV(B)260.66º55.71%85.88%-
XYZ27.7119.1569.25-
YUV123.47181.91139.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=30.55%
G=21.32%
B=48.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal139972190.370.5600.14260.6662.8961.96
Hex8B61DB25380E1053f3e
Octal21314133345700164057776
Binary1000101111000011101101110010111100001110100000101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B61DB;
 }
 .AnyTagClassName
 {
   color: #8B61DB;
 }
</style>
background-color css

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

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

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

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

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

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