#8954DD

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

Shades of Medium Purple #8954DD

Tints of Medium Purple #8954DD

Color information

#8954DD (or 0x8954DD) is unknown color: approx Medium Purple. HEX triplet: 89, 54 and DD. RGB value is (137,84,221). Sum of RGB (Red+Green+Blue) = 137+84+221=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #8954DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954DD is #76AB22. Grayscale: #727272. Windows color (decimal): -7777059 or 14505097. OLE color: 14505097.

HSL color Cylindrical-coordinate representation of color #8954DD: hue angle of 263.21º 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 #8954DD is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13784221-
CMYK0.380.6200.13
HSL263.21º66.83%59.8%-
HSV(B)263.21º61.99%86.67%-
XYZ26.5416.8870.27-
YUV115.46187.56143.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 221 (86.72% from 255) = 50%
R=31.00%
G=19.00%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal137842210.380.6200.13263.2166.8359.8
Hex8954DD263E0D107433c
Octal211124335467601540710374
Binary10001001101010011011101100110111110011011000001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8954DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8954DD; }

 p { color: rgb(137,84,221); }

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

<style>
 a { background-color: #8954DD; }

 a { background-color: rgb(137,84,221); }

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

<style>
 span { border-color: #8954DD; }

 span { border-color: rgb(137,84,221); }

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