#896CD8

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

Shades of Medium Purple #896CD8

Tints of Medium Purple #896CD8

Color information

#896CD8 (or 0x896CD8) is unknown color: approx Medium Purple. HEX triplet: 89, 6C and D8. RGB value is (137,108,216). Sum of RGB (Red+Green+Blue) = 137+108+216=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #896CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CD8 is #769327. Grayscale: #808080. Windows color (decimal): -7770920 or 14183561. OLE color: 14183561.

HSL color Cylindrical-coordinate representation of color #896CD8: hue angle of 256.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896CD8 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137108216-
CMYK0.370.5000.15
HSL256.11º58.06%63.53%-
HSV(B)256.11º50%84.71%-
XYZ28.072167.54-
YUV128.98177.11133.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.72%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=29.72%
G=23.43%
B=46.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371082160.370.5000.15256.1158.0663.53
Hex896CD825320F1003a40
Octal211154330456201740072100
Binary10001001110110011011000100101110010011111000000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896CD8; }

 p { color: rgb(137,108,216); }

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

<style>
 a { background-color: #896CD8; }

 a { background-color: rgb(137,108,216); }

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

<style>
 span { border-color: #896CD8; }

 span { border-color: rgb(137,108,216); }

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