#8965DC

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

Shades of Medium Purple #8965DC

Tints of Medium Purple #8965DC

Color information

#8965DC (or 0x8965DC) is unknown color: approx Medium Purple. HEX triplet: 89, 65 and DC. RGB value is (137,101,220). Sum of RGB (Red+Green+Blue) = 137+101+220=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #8965DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965DC is #769A23. Grayscale: #7C7C7C. Windows color (decimal): -7772708 or 14443913. OLE color: 14443913.

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

Color convert

RGB137101220-
CMYK0.380.5400.14
HSL258.15º62.96%62.94%-
HSV(B)258.15º54.09%86.27%-
XYZ27.8919.7970.06-
YUV125.33181.43136.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=29.91%
G=22.05%
B=48.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371012200.380.5400.14258.1562.9662.94
Hex8965DC26360E1023f3f
Octal21114533446660164027777
Binary1000100111001011101110010011011011001110100000010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8965DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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