#8D3788

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

Shades of Vivid Violet #8D3788

Tints of Vivid Violet #8D3788

Color information

#8D3788 (or 0x8D3788) is unknown color: approx Vivid Violet. HEX triplet: 8D, 37 and 88. RGB value is (141,55,136). Sum of RGB (Red+Green+Blue) = 141+55+136=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3788 is #72C877. Grayscale: #595959. Windows color (decimal): -7522424 or 8927117. OLE color: 8927117.

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

Color convert

RGB14155136-
CMYK00.610.040.45
HSL303.49º43.88%38.43%-
HSV(B)303.49º60.99%55.29%-
XYZ16.7910.1724.37-
YUV89.95153.99164.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=42.47%
G=16.57%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415513600.610.040.45303.4943.8838.43
Hex8D378803D42D12f2c26
Octal215672100754554575446
Binary10001101110111100010000111101100101101100101111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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