#8D4194

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

Shades of Vivid Violet #8D4194

Tints of Vivid Violet #8D4194

Color information

#8D4194 (or 0x8D4194) is unknown color: approx Vivid Violet. HEX triplet: 8D, 41 and 94. RGB value is (141,65,148). Sum of RGB (Red+Green+Blue) = 141+65+148=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D4194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4194 is #72BE6B. Grayscale: #606060. Windows color (decimal): -7519852 or 9716109. OLE color: 9716109.

HSL color Cylindrical-coordinate representation of color #8D4194: hue angle of 294.94º 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 #8D4194 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14165148-
CMYK0.050.5600.42
HSL294.94º38.97%41.76%-
HSV(B)294.94º56.08%58.04%-
XYZ18.2211.5829.29-
YUV97.19156.68159.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=39.83%
G=18.36%
B=41.81%

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
Decimal141651480.050.5600.42294.9438.9741.76
Hex8D419453802A127272a
Octal2151012245700524474752
Binary100011011000001100101001011110000101010100100111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,65,148); }

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

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

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

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

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

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

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