#8D6793

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

Shades of Violet Blue #8D6793

Tints of Violet Blue #8D6793

Color information

#8D6793 (or 0x8D6793) is unknown color: approx Violet Blue. HEX triplet: 8D, 67 and 93. RGB value is (141,103,147). Sum of RGB (Red+Green+Blue) = 141+103+147=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D6793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6793 is #72986C. Grayscale: #777777. Windows color (decimal): -7510125 or 9660301. OLE color: 9660301.

HSL color Cylindrical-coordinate representation of color #8D6793: hue angle of 291.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6793 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB141103147-
CMYK0.040.3000.42
HSL291.82º17.6%49.02%-
HSV(B)291.82º29.93%57.65%-
XYZ21.117.4729.86-
YUV119.38143.59143.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=36.06%
G=26.34%
B=37.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411031470.040.3000.42291.8217.649.02
Hex8D679341E02A1241231
Octal2151472234360524442261
Binary1000110111001111001001110011110010101010010010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,103,147); }

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

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

 a { background-color: rgb(141,103,147); }

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

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

 span { border-color: rgb(141,103,147); }

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