#8D6994

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

Shades of Violet Blue #8D6994

Tints of Violet Blue #8D6994

Color information

#8D6994 (or 0x8D6994) is unknown color: approx Violet Blue. HEX triplet: 8D, 69 and 94. RGB value is (141,105,148). Sum of RGB (Red+Green+Blue) = 141+105+148=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D6994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6994 is #72966B. Grayscale: #787878. Windows color (decimal): -7509612 or 9726349. OLE color: 9726349.

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

Color convert

RGB141105148-
CMYK0.050.2900.42
HSL290.23º17%49.61%-
HSV(B)290.23º29.05%58.04%-
XYZ21.3817.930.35-
YUV120.67143.43142.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=35.79%
G=26.65%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411051480.050.2900.42290.231749.61
Hex8D699451D02A1221132
Octal2151512245350524422162
Binary1000110111010011001010010111101010101010010001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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