#8D236F

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

Shades of Dark Purple #8D236F

Tints of Dark Purple #8D236F

Color information

#8D236F (or 0x8D236F) is unknown color: approx Dark Purple. HEX triplet: 8D, 23 and 6F. RGB value is (141,35,111). Sum of RGB (Red+Green+Blue) = 141+35+111=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D236F is #72DC90. Grayscale: #4B4B4B. Windows color (decimal): -7527569 or 7283597. OLE color: 7283597.

HSL color Cylindrical-coordinate representation of color #8D236F: hue angle of 316.98º 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 #8D236F is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14135111-
CMYK00.750.210.45
HSL316.98º60.23%34.51%-
HSV(B)316.98º75.18%55.29%-
XYZ14.458.0115.82-
YUV75.36148.12174.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=49.13%
G=12.20%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413511100.750.210.45316.9860.2334.51
Hex8D236F04B152D13d3c23
Octal21543157011325554757443
Binary1000110110001111011110100101110101101101100111101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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