#8D3796

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

Shades of Vivid Violet #8D3796

Tints of Vivid Violet #8D3796

Color information

#8D3796 (or 0x8D3796) is unknown color: approx Vivid Violet. HEX triplet: 8D, 37 and 96. RGB value is (141,55,150). Sum of RGB (Red+Green+Blue) = 141+55+150=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D3796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3796 is #72C869. Grayscale: #5B5B5B. Windows color (decimal): -7522410 or 9844621. OLE color: 9844621.

HSL color Cylindrical-coordinate representation of color #8D3796: hue angle of 294.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3796 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14155150-
CMYK0.060.6300.41
HSL294.32º46.34%40.2%-
HSV(B)294.32º63.33%58.82%-
XYZ17.8610.629.96-
YUV91.54160.99163.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=40.75%
G=15.90%
B=43.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141551500.060.6300.41294.3246.3440.2
Hex8D379663F0291262e28
Octal215672266770514465650
Binary10001101110111100101101101111110101001100100110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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