#8D5094

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

Shades of Violet Blue #8D5094

Tints of Violet Blue #8D5094

Color information

#8D5094 (or 0x8D5094) is unknown color: approx Violet Blue. HEX triplet: 8D, 50 and 94. RGB value is (141,80,148). Sum of RGB (Red+Green+Blue) = 141+80+148=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5094 is #72AF6B. Grayscale: #696969. Windows color (decimal): -7516012 or 9719949. OLE color: 9719949.

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

Color convert

RGB14180148-
CMYK0.050.4600.42
HSL293.82º29.82%44.71%-
HSV(B)293.82º45.95%58.04%-
XYZ19.213.5429.62-
YUV105.99151.71152.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=38.21%
G=21.68%
B=40.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141801480.050.4600.42293.8229.8244.71
Hex8D509452E02A1261e2d
Octal2151202245560524463655
Binary10001101101000010010100101101110010101010010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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