#8D4295

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

Shades of Vivid Violet #8D4295

Tints of Vivid Violet #8D4295

Color information

#8D4295 (or 0x8D4295) is unknown color: approx Vivid Violet. HEX triplet: 8D, 42 and 95. RGB value is (141,66,149). Sum of RGB (Red+Green+Blue) = 141+66+149=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D4295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4295 is #72BD6A. Grayscale: #616161. Windows color (decimal): -7519595 or 9781901. OLE color: 9781901.

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

Color convert

RGB14166149-
CMYK0.050.5600.42
HSL294.22º38.6%42.16%-
HSV(B)294.22º55.7%58.43%-
XYZ18.3611.7329.73-
YUV97.89156.85158.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=39.61%
G=18.54%
B=41.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141661490.050.5600.42294.2238.642.16
Hex8D429553802A126272a
Octal2151022255700524464752
Binary100011011000010100101011011110000101010100100110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,66,149); }

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

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

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

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

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

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

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