#8D2667

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

Shades of Dark Purple #8D2667

Tints of Dark Purple #8D2667

Color information

#8D2667 (or 0x8D2667) is unknown color: approx Dark Purple. HEX triplet: 8D, 26 and 67. RGB value is (141,38,103). Sum of RGB (Red+Green+Blue) = 141+38+103=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2667 is #72D998. Grayscale: #4C4C4C. Windows color (decimal): -7526809 or 6760077. OLE color: 6760077.

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

Color convert

RGB14138103-
CMYK00.730.270.45
HSL322.14º57.54%35.1%-
HSV(B)322.14º73.05%55.29%-
XYZ14.138.0313.64-
YUV76.21143.12174.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=50%
G=13.48%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413810300.730.270.45322.1457.5435.1
Hex8D26670491B2D1423a23
Octal21546147011133555027243
Binary1000110110011011001110100100111011101101101000010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,103); }

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

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

 a { background-color: rgb(141,38,103); }

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

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

 span { border-color: rgb(141,38,103); }

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