#8B60DD

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

Shades of Medium Purple #8B60DD

Tints of Medium Purple #8B60DD

Color information

#8B60DD (or 0x8B60DD) is unknown color: approx Medium Purple. HEX triplet: 8B, 60 and DD. RGB value is (139,96,221). Sum of RGB (Red+Green+Blue) = 139+96+221=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B60DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60DD is #749F22. Grayscale: #7A7A7A. Windows color (decimal): -7642915 or 14508171. OLE color: 14508171.

HSL color Cylindrical-coordinate representation of color #8B60DD: hue angle of 260.64º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B60DD is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13996221-
CMYK0.370.5700.13
HSL260.64º64.77%62.16%-
HSV(B)260.64º56.56%86.67%-
XYZ27.8819.0870.62-
YUV123.11183.25139.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=30.48%
G=21.05%
B=48.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139962210.370.5700.13260.6464.7762.16
Hex8B60DD25390D105413e
Octal213140335457101540510176
Binary10001011110000011011101100101111001011011000001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,221); }

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

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

 a { background-color: rgb(139,96,221); }

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

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

 span { border-color: rgb(139,96,221); }

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