#8658DC

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

Shades of Medium Purple #8658DC

Tints of Medium Purple #8658DC

Color information

#8658DC (or 0x8658DC) is unknown color: approx Medium Purple. HEX triplet: 86, 58 and DC. RGB value is (134,88,220). Sum of RGB (Red+Green+Blue) = 134+88+220=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #8658DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8658DC is #79A723. Grayscale: #747474. Windows color (decimal): -7972644 or 14440582. OLE color: 14440582.

HSL color Cylindrical-coordinate representation of color #8658DC: hue angle of 260.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8658DC is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13488220-
CMYK0.390.600.14
HSL260.91º65.35%60.39%-
HSV(B)260.91º60%86.27%-
XYZ26.2417.2269.65-
YUV116.8186.24140.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=30.32%
G=19.91%
B=49.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal134882200.390.600.14260.9165.3560.39
Hex8658DC273C0E105413c
Octal206130334477401640510174
Binary10000110101100011011100100111111100011101000001011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8658DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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