#8D379D

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

Shades of Vivid Violet #8D379D

Tints of Vivid Violet #8D379D

Color information

#8D379D (or 0x8D379D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 37 and 9D. RGB value is (141,55,157). Sum of RGB (Red+Green+Blue) = 141+55+157=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D379D is #72C862. Grayscale: #5C5C5C. Windows color (decimal): -7522403 or 10303373. OLE color: 10303373.

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

Color convert

RGB14155157-
CMYK0.100.6500.38
HSL290.59º48.11%41.57%-
HSV(B)290.59º64.97%61.57%-
XYZ18.4410.8333.02-
YUV92.34164.49162.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=39.94%
G=15.58%
B=44.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141551570.100.6500.38290.5948.1141.57
Hex8D379DA41026123302a
Octal21567235121010464436052
Binary1000110111011110011101101010000010100110100100011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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