#8B55DD

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

Shades of Medium Purple #8B55DD

Tints of Medium Purple #8B55DD

Color information

#8B55DD (or 0x8B55DD) is unknown color: approx Medium Purple. HEX triplet: 8B, 55 and DD. RGB value is (139,85,221). Sum of RGB (Red+Green+Blue) = 139+85+221=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B55DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55DD is #74AA22. Grayscale: #747474. Windows color (decimal): -7645731 or 14505355. OLE color: 14505355.

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

Color convert

RGB13985221-
CMYK0.370.6200.13
HSL263.82º66.67%60%-
HSV(B)263.82º61.54%86.67%-
XYZ26.9517.2170.31-
YUV116.65186.89143.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=31.24%
G=19.10%
B=49.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139852210.370.6200.13263.8266.6760
Hex8B55DD253E0D108433c
Octal213125335457601541010374
Binary10001011101010111011101100101111110011011000010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B55DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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