#8658DD

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

Shades of Medium Purple #8658DD

Tints of Medium Purple #8658DD

Color information

#8658DD (or 0x8658DD) is unknown color: approx Medium Purple. HEX triplet: 86, 58 and DD. RGB value is (134,88,221). Sum of RGB (Red+Green+Blue) = 134+88+221=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #8658DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8658DD is #79A722. Grayscale: #747474. Windows color (decimal): -7972643 or 14506118. OLE color: 14506118.

HSL color Cylindrical-coordinate representation of color #8658DD: hue angle of 260.75º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8658DD is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13488221-
CMYK0.390.6000.13
HSL260.75º66.17%60.59%-
HSV(B)260.75º60.18%86.67%-
XYZ26.3717.2770.35-
YUV116.92186.74140.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.25%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=30.25%
G=19.86%
B=49.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134882210.390.6000.13260.7566.1760.59
Hex8658DD273C0D105423d
Octal206130335477401540510275
Binary10000110101100011011101100111111100011011000001011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8658DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,88,221); }

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

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

 a { background-color: rgb(134,88,221); }

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

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

 span { border-color: rgb(134,88,221); }

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