#8D2365

Color #8D2365 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8D2365

Tints of Dark Purple #8D2365

Color information

#8D2365 (or 0x8D2365) is unknown color: approx Dark Purple. HEX triplet: 8D, 23 and 65. RGB value is (141,35,101). Sum of RGB (Red+Green+Blue) = 141+35+101=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2365 is #72DC9A. Grayscale: #4A4A4A. Windows color (decimal): -7527579 or 6628237. OLE color: 6628237.

HSL color Cylindrical-coordinate representation of color #8D2365: hue angle of 322.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2365 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB14135101-
CMYK00.750.280.45
HSL322.64º60.23%34.51%-
HSV(B)322.64º75.18%55.29%-
XYZ13.937.813.08-
YUV74.22143.12175.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=50.90%
G=12.64%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413510100.750.280.45322.6460.2334.51
Hex8D236504B1C2D1433c23
Octal21543145011334555037443
Binary1000110110001111001010100101111100101101101000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2365; }

 p { color: rgb(141,35,101); }

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

<style>
 a { background-color: #8D2365; }

 a { background-color: rgb(141,35,101); }

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

<style>
 span { border-color: #8D2365; }

 span { border-color: rgb(141,35,101); }

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