#8D3E9E

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

Shades of Vivid Violet #8D3E9E

Tints of Vivid Violet #8D3E9E

Color information

#8D3E9E (or 0x8D3E9E) is unknown color: approx Vivid Violet. HEX triplet: 8D, 3E and 9E. RGB value is (141,62,158). Sum of RGB (Red+Green+Blue) = 141+62+158=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D3E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3E9E is #72C161. Grayscale: #606060. Windows color (decimal): -7520610 or 10370701. OLE color: 10370701.

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

Color convert

RGB14162158-
CMYK0.110.6100.38
HSL289.38º43.64%43.14%-
HSV(B)289.38º60.76%61.96%-
XYZ18.8811.5833.59-
YUV96.56162.67159.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=39.06%
G=17.17%
B=43.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141621580.110.6100.38289.3843.6443.14
Hex8D3E9EB3D0261212c2b
Octal2157623613750464415453
Binary100011011111101001111010111111010100110100100001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,62,158); }

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

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

 a { background-color: rgb(141,62,158); }

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

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

 span { border-color: rgb(141,62,158); }

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