#8D3188

Color #8D3188 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8D3188

Tints of Vivid Violet #8D3188

Color information

#8D3188 (or 0x8D3188) is unknown color: approx Vivid Violet. HEX triplet: 8D, 31 and 88. RGB value is (141,49,136). Sum of RGB (Red+Green+Blue) = 141+49+136=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3188 is #72CE77. Grayscale: #565656. Windows color (decimal): -7523960 or 8925581. OLE color: 8925581.

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

Color convert

RGB14149136-
CMYK00.650.040.45
HSL303.26º48.42%37.25%-
HSV(B)303.26º65.25%55.29%-
XYZ16.539.6424.28-
YUV86.43155.98166.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=43.25%
G=15.03%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414913600.650.040.45303.2648.4237.25
Hex8D318804142D12f3025
Octal2156121001014554576045
Binary100011011100011000100001000001100101101100101111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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