#8D6892

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

Shades of Violet Blue #8D6892

Tints of Violet Blue #8D6892

Color information

#8D6892 (or 0x8D6892) is unknown color: approx Violet Blue. HEX triplet: 8D, 68 and 92. RGB value is (141,104,146). Sum of RGB (Red+Green+Blue) = 141+104+146=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D6892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6892 is #72976D. Grayscale: #777777. Windows color (decimal): -7509870 or 9595021. OLE color: 9595021.

HSL color Cylindrical-coordinate representation of color #8D6892: hue angle of 292.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D6892 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB141104146-
CMYK0.030.2900.43
HSL292.86º16.8%49.02%-
HSV(B)292.86º28.77%57.25%-
XYZ21.1217.6429.49-
YUV119.85142.76143.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=36.06%
G=26.60%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411041460.030.2900.43292.8616.849.02
Hex8D689231D02B1251131
Octal2151502223350534452161
Binary100011011101000100100101111101010101110010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,146); }

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

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

 a { background-color: rgb(141,104,146); }

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

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

 span { border-color: rgb(141,104,146); }

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