#8D3C9B

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

Shades of Vivid Violet #8D3C9B

Tints of Vivid Violet #8D3C9B

Color information

#8D3C9B (or 0x8D3C9B) is unknown color: approx Vivid Violet. HEX triplet: 8D, 3C and 9B. RGB value is (141,60,155). Sum of RGB (Red+Green+Blue) = 141+60+155=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D3C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3C9B is #72C364. Grayscale: #5E5E5E. Windows color (decimal): -7521125 or 10173581. OLE color: 10173581.

HSL color Cylindrical-coordinate representation of color #8D3C9B: hue angle of 291.16º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3C9B is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14160155-
CMYK0.090.6100.39
HSL291.16º44.19%42.16%-
HSV(B)291.16º61.29%60.78%-
XYZ18.5211.2632.21-
YUV95.05161.84160.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 60 (23.83% from 255) = 16.85%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=39.61%
G=16.85%
B=43.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141601550.090.6100.39291.1644.1942.16
Hex8D3C9B93D0271232c2a
Octal2157423311750474435452
Binary100011011111001001101110011111010100111100100011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,60,155); }

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

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

 a { background-color: rgb(141,60,155); }

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

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

 span { border-color: rgb(141,60,155); }

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