#8B72DD

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

Shades of Medium Purple #8B72DD

Tints of Medium Purple #8B72DD

Color information

#8B72DD (or 0x8B72DD) is unknown color: approx Medium Purple. HEX triplet: 8B, 72 and DD. RGB value is (139,114,221). Sum of RGB (Red+Green+Blue) = 139+114+221=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B72DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B72DD is #748D22. Grayscale: #858585. Windows color (decimal): -7638307 or 14512779. OLE color: 14512779.

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

Color convert

RGB139114221-
CMYK0.370.4800.13
HSL254.02º61.14%65.69%-
HSV(B)254.02º48.42%86.67%-
XYZ29.7222.7471.23-
YUV133.67177.28131.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.32%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=29.32%
G=24.05%
B=46.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391142210.370.4800.13254.0261.1465.69
Hex8B72DD25300Dfe3d42
Octal213162335456001537675102
Binary1000101111100101101110110010111000001101111111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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