#8D3F95

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

Shades of Vivid Violet #8D3F95

Tints of Vivid Violet #8D3F95

Color information

#8D3F95 (or 0x8D3F95) is unknown color: approx Vivid Violet. HEX triplet: 8D, 3F and 95. RGB value is (141,63,149). Sum of RGB (Red+Green+Blue) = 141+63+149=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D3F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3F95 is #72C06A. Grayscale: #5F5F5F. Windows color (decimal): -7520363 or 9781133. OLE color: 9781133.

HSL color Cylindrical-coordinate representation of color #8D3F95: hue angle of 294.42º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D3F95 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14163149-
CMYK0.050.5800.42
HSL294.42º40.57%41.57%-
HSV(B)294.42º57.72%58.43%-
XYZ18.1911.3929.67-
YUV96.13157.84160.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=39.94%
G=17.85%
B=42.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141631490.050.5800.42294.4240.5741.57
Hex8D3F9553A02A126292a
Octal215772255720524465152
Binary10001101111111100101011011110100101010100100110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,63,149); }

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

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

 a { background-color: rgb(141,63,149); }

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

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

 span { border-color: rgb(141,63,149); }

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