#8663D8

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

Shades of Medium Purple #8663D8

Tints of Medium Purple #8663D8

Color information

#8663D8 (or 0x8663D8) is unknown color: approx Medium Purple. HEX triplet: 86, 63 and D8. RGB value is (134,99,216). Sum of RGB (Red+Green+Blue) = 134+99+216=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #8663D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663D8 is #799C27. Grayscale: #7A7A7A. Windows color (decimal): -7969832 or 14181254. OLE color: 14181254.

HSL color Cylindrical-coordinate representation of color #8663D8: hue angle of 257.95º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8663D8 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13499216-
CMYK0.380.5400.15
HSL257.95º60%61.76%-
HSV(B)257.95º54.17%84.71%-
XYZ26.6918.9567.22-
YUV122.8180.6135.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=29.84%
G=22.05%
B=48.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134992160.380.5400.15257.956061.76
Hex8663D826360F1023c3e
Octal20614333046660174027476
Binary1000011011000111101100010011011011001111100000010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8663D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8663D8; }

 p { color: rgb(134,99,216); }

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

<style>
 a { background-color: #8663D8; }

 a { background-color: rgb(134,99,216); }

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

<style>
 span { border-color: #8663D8; }

 span { border-color: rgb(134,99,216); }

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