#8D278E

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

Shades of Vivid Violet #8D278E

Tints of Vivid Violet #8D278E

Color information

#8D278E (or 0x8D278E) is unknown color: approx Vivid Violet. HEX triplet: 8D, 27 and 8E. RGB value is (141,39,142). Sum of RGB (Red+Green+Blue) = 141+39+142=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D278E is #72D871. Grayscale: #505050. Windows color (decimal): -7526514 or 9316237. OLE color: 9316237.

HSL color Cylindrical-coordinate representation of color #8D278E: hue angle of 299.42º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D278E is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14139142-
CMYK0.010.7300.44
HSL299.42º56.91%35.49%-
HSV(B)299.42º72.54%55.69%-
XYZ16.599.0726.47-
YUV81.24162.29170.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=43.79%
G=12.11%
B=44.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141391420.010.7300.44299.4256.9135.49
Hex8D278E14902C12b3923
Octal2154721611110544537143
Binary1000110110011110001110110010010101100100101011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,142); }

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

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

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

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

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

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

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