#8D6693

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

Shades of Violet Blue #8D6693

Tints of Violet Blue #8D6693

Color information

#8D6693 (or 0x8D6693) is unknown color: approx Violet Blue. HEX triplet: 8D, 66 and 93. RGB value is (141,102,147). Sum of RGB (Red+Green+Blue) = 141+102+147=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6693 is #72996C. Grayscale: #767676. Windows color (decimal): -7510381 or 9660045. OLE color: 9660045.

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

Color convert

RGB141102147-
CMYK0.040.3100.42
HSL292º18.07%48.82%-
HSV(B)292º30.61%57.65%-
XYZ2117.2729.83-
YUV118.79143.92143.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=36.15%
G=26.15%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411021470.040.3100.4229218.0748.82
Hex8D669341F02A1241231
Octal2151462234370524442261
Binary1000110111001101001001110011111010101010010010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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