#8D368D

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

Shades of Vivid Violet #8D368D

Tints of Vivid Violet #8D368D

Color information

#8D368D (or 0x8D368D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 36 and 8D. RGB value is (141,54,141). Sum of RGB (Red+Green+Blue) = 141+54+141=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D368D is #72C972. Grayscale: #595959. Windows color (decimal): -7522675 or 9254541. OLE color: 9254541.

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

Color convert

RGB14154141-
CMYK00.6200.45
HSL300º44.62%38.24%-
HSV(B)300º61.7%55.29%-
XYZ17.1110.2226.27-
YUV89.93156.82164.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=41.96%
G=16.07%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415414100.6200.4530044.6238.24
Hex8D368D03E02D12c2d26
Octal215662150760554545546
Binary100011011101101000110101111100101101100101100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,54,141); }

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

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

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

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

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

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

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