#8965DE

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

Shades of Medium Purple #8965DE

Tints of Medium Purple #8965DE

Color information

#8965DE (or 0x8965DE) is unknown color: approx Medium Purple. HEX triplet: 89, 65 and DE. RGB value is (137,101,222). Sum of RGB (Red+Green+Blue) = 137+101+222=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #8965DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965DE is #769A21. Grayscale: #7D7D7D. Windows color (decimal): -7772706 or 14574985. OLE color: 14574985.

HSL color Cylindrical-coordinate representation of color #8965DE: hue angle of 257.85º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8965DE is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137101222-
CMYK0.380.5500.13
HSL257.85º64.71%63.33%-
HSV(B)257.85º54.5%87.06%-
XYZ28.1619.971.46-
YUV125.56182.43136.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.78%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 222 (87.11% from 255) = 48.26%
R=29.78%
G=21.96%
B=48.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371012220.380.5500.13257.8564.7163.33
Hex8965DE26370D102413f
Octal211145336466701540210177
Binary10001001110010111011110100110110111011011000000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8965DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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