#8874df

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

Shades of Medium Purple #8874DF

Tints of Medium Purple #8874DF

Color information

#8874DF (or 0x8874DF) is unknown color: approx Medium Purple. HEX triplet: 88, 74 and DF. RGB value is (136,116,223). Sum of RGB (Red+Green+Blue) = 136+116+223=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #8874DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8874DF is #778B20. Grayscale: #858585. Windows color (decimal): -7834401 or 14644360. OLE color: 14644360.

HSL color Cylindrical-coordinate representation of color #8874DF: hue angle of 251.21º degrees, saturation: 0.63, 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 #8874DF is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136116223-
CMYK0.390.4800.13
HSL251.21º62.57%66.47%-
HSV(B)251.21º47.98%87.45%-
XYZ29.7223.0572.7-
YUV134.18178.13129.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=28.63%
G=24.42%
B=46.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361162230.390.4800.13251.2162.5766.47
Hex8874DF27300Dfb3f42
Octal210164337476001537377102
Binary1000100011101001101111110011111000001101111110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8874df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8874df; }

 p { color: rgb(136,116,223); }

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

<style>
 a { background-color: #8874df; }

 a { background-color: rgb(136,116,223); }

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

<style>
 span { border-color: #8874df; }

 span { border-color: rgb(136,116,223); }

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