#8960DC

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

Shades of Medium Purple #8960DC

Tints of Medium Purple #8960DC

Color information

#8960DC (or 0x8960DC) is unknown color: approx Medium Purple. HEX triplet: 89, 60 and DC. RGB value is (137,96,220). Sum of RGB (Red+Green+Blue) = 137+96+220=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #8960DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960DC is #769F23. Grayscale: #797979. Windows color (decimal): -7773988 or 14442633. OLE color: 14442633.

HSL color Cylindrical-coordinate representation of color #8960DC: hue angle of 259.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8960DC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13796220-
CMYK0.380.5600.14
HSL259.84º63.92%61.96%-
HSV(B)259.84º56.36%86.27%-
XYZ27.4218.8569.9-
YUV122.4183.08138.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.24%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=30.24%
G=21.19%
B=48.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal137962200.380.5600.14259.8463.9261.96
Hex8960DC26380E104403e
Octal211140334467001640410076
Binary10001001110000011011100100110111000011101000001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,96,220); }

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

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

 a { background-color: rgb(137,96,220); }

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

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

 span { border-color: rgb(137,96,220); }

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