#8D3088

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

Shades of Dark Purple #8D3088

Tints of Dark Purple #8D3088

Color information

#8D3088 (or 0x8D3088) is unknown color: approx Dark Purple. HEX triplet: 8D, 30 and 88. RGB value is (141,48,136). Sum of RGB (Red+Green+Blue) = 141+48+136=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3088 is #72CF77. Grayscale: #555555. Windows color (decimal): -7524216 or 8925325. OLE color: 8925325.

HSL color Cylindrical-coordinate representation of color #8D3088: hue angle of 303.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3088 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14148136-
CMYK00.660.040.45
HSL303.23º49.21%37.06%-
HSV(B)303.23º65.96%55.29%-
XYZ16.499.5524.27-
YUV85.84156.31167.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=43.38%
G=14.77%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414813600.660.040.45303.2349.2137.06
Hex8D308804242D12f3125
Octal2156021001024554576145
Binary100011011100001000100001000010100101101100101111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,136); }

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

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

 a { background-color: rgb(141,48,136); }

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

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

 span { border-color: rgb(141,48,136); }

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